valgrind 3.2.3-2ark built on dockyard-devel

root <[email protected]> Fri, 26 Oct 2007 20:26:07 -0500 (CDT)
Newsgroups gmane.linux.arklinux.build-watch
Message-ID <20071027012607.CB8497C1748__7346.1320753724$1193449195$gmane$org@www.arklinux.org>
valgrind has been built in dockyard-devel.

Name        : valgrind                     Relocations: (not relocatable)
Version     : 3.2.3                             Vendor: (none)
Release     : 2ark                          Build Date: Thu 25 Oct 2007 02:29:17 PM CDT
Install Date: (not installed)               Build Host: localhost.localdomain
Group       : Development/Debuggers         Source RPM: (none)
Size        : 4031350                          License: GPL
Signature   : (none)
URL         : http://valgrind.org
Summary     : Valgrind, an open-source memory debugger for x86-linux
Description :
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. As a result, Valgrind can detect problems such as:

    * Use of uninitialised memory
    * Reading/writing memory after it has been free'd
    * Reading/writing off the end of malloc'd blocks
    * Reading/writing inappropriate areas on the stack
    * Memory leaks -- where pointers to malloc'd blocks are lost forever
    * Passing of uninitialised and/or unaddressible memory to system calls
    * Mismatched use of malloc/new/new [] vs free/delete/delete []
* Thu Oct 25 2007 Bernhard Rosenkraenzer <[email protected]> 3.2.3-2ark
- Support glibc 2.6 and 2.7

* Thu Oct 25 2007 Bernhard Rosenkraenzer <[email protected]> 3.2.3-1ark
- 3.2.3