author | Sebastian Harl <sh@tokkee.org> | |
Sat, 4 Jun 2016 20:21:48 +0000 (22:21 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 4 Jun 2016 20:21:48 +0000 (22:21 +0200) | ||
commit | 6f8642c6df35a876f2f0bce3557886d45ac41a7a | |
tree | 0e13012c368e02e1491f253b8a55f5a97585ba00 | tree | snapshot |
parent | e9b1ff6f13a7b203ec52a541aa468f23502c9584 | commit | diff |
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.
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] | blob |
testwrapper.sh | diff | blob | history |