]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Merge from the trunk, a bunch of improvements for exp-ptrcheck:
authorJulian Seward <jseward@acm.org>
Mon, 26 Jan 2009 15:45:59 +0000 (15:45 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 26 Jan 2009 15:45:59 +0000 (15:45 +0000)
commit9490731db6c1aa942f50d40d89ec0f9abb716768
treee2e4a07ae3322f9128a9d159d1d95ff5d427c0c0
parent3176b668cef5e20a6a37cea67395f5453c93e8b7
Merge from the trunk, a bunch of improvements for exp-ptrcheck:

8908  Add some more system calls to ptrcheck.

9027  Ptrcheck: More aggressive suppression of error reports from ld.so.

9056  Handle a few more syscalls, as per #179618.

9059  Prior to this commit, exp-ptrcheck would assert if the DWARF3
      data for global or stack blocks described overlapping blocks

9060  Intercept and replace calls to calls to strnlen in glibc, for the
      usual reasons.

9061  Minor refinements:
      * h_main.c: handle a few more syscalls
      * exp-ptrcheck.supp: ignore errors in glibc's getenv
        -- is highly optimised
      * pc_common.c: fix small error in error message printing

9062  Remove function that was made redundant by r9059.

git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_4_BRANCH@9077
exp-ptrcheck.supp
exp-ptrcheck/h_intercepts.c
exp-ptrcheck/h_main.c
exp-ptrcheck/pc_common.c
exp-ptrcheck/sg_main.c
exp-ptrcheck/tests/bad_percentify.stderr.exp-glibc28-amd64