]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Change the behaviour of VALGRIND_CHECK_MEM_IS_DEFINED slightly, so
authorJulian Seward <jseward@acm.org>
Mon, 24 Oct 2011 05:59:54 +0000 (05:59 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 24 Oct 2011 05:59:54 +0000 (05:59 +0000)
commitdaa6c4607bbf5908e6aa80c71dc516668a606a6f
tree5e956a1c6729e247cd91b122cb32a294269a3f8b
parent42e26d9cc64b2849639e6f1af606c8e12f5aa549
Change the behaviour of VALGRIND_CHECK_MEM_IS_DEFINED slightly, so
that if the range is partially non-addressable and it contains
undefined data, both errors are reported.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12222
memcheck/mc_main.c
memcheck/tests/Makefile.am
memcheck/tests/holey_buffer_too_small.c [new file with mode: 0644]
memcheck/tests/holey_buffer_too_small.stderr.exp [new file with mode: 0644]
memcheck/tests/holey_buffer_too_small.stdout.exp [new file with mode: 0644]
memcheck/tests/holey_buffer_too_small.vgtest [new file with mode: 0644]