]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix invalid code caught by Ubsan, in which we compute the address
authorJulian Seward <jseward@acm.org>
Sat, 6 Aug 2016 07:15:30 +0000 (07:15 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 6 Aug 2016 07:15:30 +0000 (07:15 +0000)
commitc6e56acc75db17a38a587cfe7ae3efddfba625ee
treef369a7bcf819e8fa95c0b415ccce2d1cf726cd73
parentd1b3d1f1812aab93e100b5ed058cf9e020a6cf8e
Fix invalid code caught by Ubsan, in which we compute the address
of "cgs->events[-1]", even though it isn't dereferenced.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15930
cachegrind/cg_main.c
callgrind/main.c