mirror of
https://github.com/librempeg/librempeg
synced 2024-11-21 16:44:05 +00:00
77b90f0cd0
If specified runs "make fate" through valgrind using the given valgrind binary. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
32 lines
585 B
Plaintext
32 lines
585 B
Plaintext
# seems fixed in newer versions
|
|
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577135
|
|
{
|
|
zlib-inflate
|
|
Memcheck:Cond
|
|
fun:inflateReset2
|
|
fun:inflateInit2_
|
|
}
|
|
# libc overreads on purpose
|
|
# http://sourceware.org/bugzilla/show_bug.cgi?id=12424
|
|
{
|
|
eval-strtod
|
|
Memcheck:Addr8
|
|
fun:__GI___strncasecmp_l
|
|
fun:____strtod_l_internal
|
|
fun:av_strtod
|
|
}
|
|
{
|
|
eval-strtod
|
|
Memcheck:Value8
|
|
fun:__GI___strncasecmp_l
|
|
fun:____strtod_l_internal
|
|
fun:av_strtod
|
|
}
|
|
{
|
|
eval-strtod
|
|
Memcheck:Cond
|
|
fun:__GI___strncasecmp_l
|
|
fun:____strtod_l_internal
|
|
fun:av_strtod
|
|
}
|