master
Linux regtest: add clang expecteds for access_below_sp
Add to Memcheck a flag --ignore-range-below-sp=<offset>-<offset>, for ignoring accesses on the stack below SP. Serves as a more modern replacement for --workaround-gcc296-bugs, which is now deprecated. Fixes #360571.
Merged the MACOSX106 branch to the trunk. Merge command:
Handle (unwanted) line number info in filter_defcfaexpr.
Bug 508777 - amd64-linux: add minimal scalar test
Improve filtering of backtrace noise in the memcheck bucket and update exp files accordingly. This works well for x86 and all testcases pass on my machine. New file filter_memcheck to do the work. There is a bit of a ripple here as filter_memcheck requires command line arguments to be passed in. So all users of filter_memcheck (direct or indirect) were updated as well. filter_stderr was simplified as was filter_libc.
Linux reallocarray: include stdio.h
Bug 515731 - Distinguish between realloc functions in realloc size 0 error messages
Bug 475498 - Add reallocarray wrapper
Bug 508779 - PRE(sys_prlimit64): reorder check for memory validity