]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix a Massif bug: when realloc'ing a block, any values in the part of the
authorNicholas Nethercote <njn@valgrind.org>
Mon, 8 Aug 2011 01:58:50 +0000 (01:58 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Mon, 8 Aug 2011 01:58:50 +0000 (01:58 +0000)
commita71f5978fc7845d579bc687dabd0572eb30b5900
tree14f4a5c08027fb7804a663a85f556ef50a6f144c
parent3d44abf339fe61ce6cf69e6ec359e9f55b3819ab
Fix a Massif bug:  when realloc'ing a block, any values in the part of the
block beyond the original request weren't copied.  They are now.  This is
important because a program could use malloc_usable_size to gain legitimate
access to those extra bytes.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11956
Makefile.am
configure.in
exp-dmd/Makefile.am [new file with mode: 0644]
exp-dmd/dmd_main.c [new file with mode: 0644]
exp-dmd/tests/Makefile.am [new file with mode: 0644]
massif/ms_main.c