CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2015/06/21 23:44:06
Modified files:
devel/valgrind : Makefile distinfo
devel/valgrind/pkg: PLIST
Log message:
Update devel/valgrind to 3.10.1p3, merging valgrind-openbsd 20150622 release.
- Drop suid bits from memcheck binaries.
This makes Valgrind (memcheck) heap memory tracking work properly
by allowing ld.so to accept $LD_PRELOAD. Valgrind (memcheck)
overrides malloc(3) and friends with ones in ``libreplacemalloc''
to trace their uses.