]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
announce fix for 309823 Generate errors for still reachable blocks
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 3 Mar 2013 13:23:58 +0000 (13:23 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 3 Mar 2013 13:23:58 +0000 (13:23 +0000)
Functionality is provided via the new 3.9.0 arg
    --errors-for-leak-kinds=kind1,kind2,..  which leak kinds are errors?
                                            [definite,possible]
        where kind is one of definite indirect possible reachable all none

that was committed in rev 13170.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13305

NEWS

diff --git a/NEWS b/NEWS
index fec9cd07439c9a912b9e23a197c0f20ea0ad2857..e955f8cc3f70f6fbfa5b44fcedb97b555c59653d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -82,6 +82,7 @@ m = merged into 3_8_BRANCH
 308644    [390] vgdb command for having the info for the track-fds option
 308711    [390] give more info about aspacemgr and arenas in out_of_memory
 308886    [390] Missing support for PTRACE_SET/GETREGSET 
+309823    [390] Generate errors for still reachable blocks
 310424    [390] --read-var-info does not properly describe static variables 
 310931    [390] s390x: Message-security assist (MSA) instruction extension not implemented
 312913    [390] Dangling pointers error should also report the alloc stack trace