Valgrind: Suppress a bogus invalid read on FreeBSD.
authorSebastian Harl <sh@tokkee.org>
Sat, 4 Jun 2016 20:21:48 +0000 (22:21 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 4 Jun 2016 20:21:48 +0000 (22:21 +0200)
commit6f8642c6df35a876f2f0bce3557886d45ac41a7a
tree0e13012c368e02e1491f253b8a55f5a97585ba00
parente9b1ff6f13a7b203ec52a541aa468f23502c9584
Valgrind: Suppress a bogus invalid read on FreeBSD.

Valgrind reports an invalid read in common.c:parse_value. The error is
supposed to happen in strlen() on a just previously strdup()ed string.

Possibly, this is some sort of alignment issue. The read size is reported to
be 4 on a buffer of size 3.

https://bugzilla.redhat.com/show_bug.cgi?id=678518 may also be related.
src/valgrind.FreeBSD.suppress [new file with mode: 0644]
testwrapper.sh