]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Followup to r14908 (BZ #342603).
authorFlorian Krohm <florian@eich-krohm.de>
Sun, 20 Sep 2015 13:40:47 +0000 (13:40 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sun, 20 Sep 2015 13:40:47 +0000 (13:40 +0000)
commit4a999cf4a25ffdfcedd01d3318b1aa2764c95fbb
treeba1950c10fcacf7b2f3bc618f8e6c51f707302f5
parent9ebcef0b66db38b266b6b9c055c2c07a26fbcb80
Followup to r14908 (BZ #342603).
The first byte of the data array holds the length, so the actual data
length is the value of that byte plus one.
Patch by Jean Delvare <jdelvare@suse.de>.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15655
coregrind/m_syswrap/syswrap-linux.c