]> git.ipfire.org Git - thirdparty/valgrind.git/commit
malloc_usable_size() was totally broken, crashing immediately.
authorNicholas Nethercote <njn@valgrind.org>
Wed, 17 Aug 2005 04:03:31 +0000 (04:03 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Wed, 17 Aug 2005 04:03:31 +0000 (04:03 +0000)
commitdbae71819cf1188f186781f7da14715a73e95c9c
tree7530bec3928c931c704c7038d60f08e7ecd24125
parent560ac62ff71b1a413a65433df5a349276f64f87a
malloc_usable_size() was totally broken, crashing immediately.
I guess it's not very widely used :)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4439
coregrind/m_mallocfree.c
coregrind/pub_core_mallocfree.h
coregrind/pub_core_replacemalloc.h
memcheck/tests/Makefile.am
memcheck/tests/malloc_usable.c [new file with mode: 0644]
memcheck/tests/malloc_usable.stderr.exp [new file with mode: 0644]
memcheck/tests/malloc_usable.vgtest [new file with mode: 0644]