valgrind 1:3.7.0-0ubuntu3.1 source package in Ubuntu

Changelog

valgrind (1:3.7.0-0ubuntu3.1) precise-proposed; urgency=low

  * fix-buffer-overflows.patch: fix overflows in vgdb
  * 05_fix-callgrind_control.patch: fix valgrind process name (LP: #1036283)
  * fix-VEX-PCMPxSTRx.patch: fix strstr handling (LP: #1027977)
 -- Julian Taylor <email address hidden>   Wed, 10 Oct 2012 20:16:28 +0200

Upload details

Uploaded by:
Julian Taylor
Sponsored by:
Marc Deslauriers
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
i386 amd64 powerpc ppc64 armel armhf
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates main devel

Downloads

File Size SHA-256 Checksum
valgrind_3.7.0.orig.tar.bz2 6.3 MiB 5d62c0330f1481fe2c593249192fa68ff454c19c34343978cc9ce91aa324cbf6
valgrind_3.7.0-0ubuntu3.1.debian.tar.gz 38.8 KiB 74bb4cf17831a9a475f43c4e58226931903e934cea4e059d700abc909ea98ca8
valgrind_3.7.0-0ubuntu3.1.dsc 2.1 KiB 99f25599402b70f83895df5b7d82e4f4526ece1e8b219e93e1c4fe95fd4029e6

View changes file

Binary packages built by this source

valgrind: memory debugger and profiler

 Valgrind is a GPL'd tool to help you find memory-management problems in your
 programs. When a program is run under Valgrind's supervision, all reads and
 writes of memory are checked, and calls to malloc/new/free/delete are
 intercepted.
 .
 Valgrind can debug more or less any dynamically-linked ELF x86/Linux,
 amd64/Linux and ppc/Linux executables, without modification, recompilation,
 or anything.
 .
 Valgrind provides a generic infrastructure for supervising the execution of
 programs called "tools". This is done by providing a way to instrument
 programs in very precise ways, making it relatively easy to support
 activities such as dynamic error detection and profiling. The Valgrind
 distribution currently includes three tools: a memory error detectors, a
 cache (time) profiler and a heap (space) profiler.