summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-02-08 14:02:51 +0000
committerRichard W.M. Jones <rjones@redhat.com>2012-02-08 14:02:51 +0000
commit518edc506fbdd66dcdd5a558cd086cfa296585a2 (patch)
tree00ea5ee61bd03f21566824142ce8536bb6991595 /tests
parent0559f038ada850f627529ece97f5a4e8721a7ecd (diff)
downloadlibguestfs-518edc506fbdd66dcdd5a558cd086cfa296585a2.tar.gz
libguestfs-518edc506fbdd66dcdd5a558cd086cfa296585a2.tar.xz
libguestfs-518edc506fbdd66dcdd5a558cd086cfa296585a2.zip
extra-tests: Add suppression for uninitialized memory bug in latest glibc.
Diffstat (limited to 'tests')
-rw-r--r--tests/extra/suppressions8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/extra/suppressions b/tests/extra/suppressions
index 53e19e5a..81a526ba 100644
--- a/tests/extra/suppressions
+++ b/tests/extra/suppressions
@@ -157,3 +157,11 @@
...
fun:caml_build_primitive_table
}
+
+# glibc
+{
+ glibc_cond
+ Memcheck:Cond
+ fun:index
+ fun:expand_dynamic_string_token
+} \ No newline at end of file