git/t/valgrind
Carlos Martín Nieto b406a2d3e3 valgrind: ignore SSE-based strlen invalid reads
Some versions of strlen use SSE to speed up the calculation and load 4
bytes at a time, even if it means reading past the end of the
allocated memory. This read is safe and when the strlen function is
inlined, it is not replaced by valgrind, which reports a
false-possitive.

Tell valgrind to ignore this particular error, as the read is, in
fact, safe. Current upstream-released version 3.6.1 is affected. Some
distributions have this fixed in their latest versions.

Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2011-03-16 13:19:56 -07:00
..
.gitignore Add valgrind support in test scripts 2009-02-03 22:00:58 -08:00
analyze.sh Add a script to coalesce the valgrind outputs 2009-02-03 22:01:18 -08:00
default.supp valgrind: ignore SSE-based strlen invalid reads 2011-03-16 13:19:56 -07:00
valgrind.sh valgrind: do not require valgrind 3.4.0 or newer 2009-02-05 17:48:22 -08:00