summaryrefslogtreecommitdiff
path: root/ffmpeg/tests/fate-valgrind.supp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2014-02-17 13:36:38 +0000
committerTim Redfern <tim@eclectronics.org>2014-02-17 13:36:38 +0000
commit22e28216336da876e1fd17f380ce42eaf1446769 (patch)
tree444dad3dc7e2656992d29f34f7bce31970c122a5 /ffmpeg/tests/fate-valgrind.supp
parentae5e8541f6e06e64c28719467cdf366ac57aff31 (diff)
chasing indexing error
Diffstat (limited to 'ffmpeg/tests/fate-valgrind.supp')
-rw-r--r--ffmpeg/tests/fate-valgrind.supp31
1 files changed, 0 insertions, 31 deletions
diff --git a/ffmpeg/tests/fate-valgrind.supp b/ffmpeg/tests/fate-valgrind.supp
deleted file mode 100644
index db72c54..0000000
--- a/ffmpeg/tests/fate-valgrind.supp
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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
-}