diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-09-14 10:08:17 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-09-14 10:08:17 +0000 |
commit | a8c15b7a2c75fc2bd83850cb17cb05a1ee84ecaf (patch) | |
tree | dbff85f071091ff50e6b7ceeb189e81cb24e93db | |
parent | d287125f93da692bc25d53b0b7b0e2f90424a212 (diff) |
gst.supp: Some suppressions for the more recent ld.so in ubuntu edgy.
Original commit message from CVS:
* gst.supp:
Some suppressions for the more recent ld.so in ubuntu edgy.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst.supp | 13 |
2 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2006-09-14 Tim-Philipp Müller <tim at centricular dot net> + + * gst.supp: + Some suppressions for the more recent ld.so in ubuntu edgy. + 2006-08-23 Tim-Philipp Müller <tim at centricular dot net> * gst.supp: @@ -641,3 +641,16 @@ fun:g_module_open fun:gst_plugin_load_file } +# this exists in a bunch of different variations, hence the short tail/trace +{ + <dlopen invalid read of size 4 suppression on tpm's Ubuntu edgy/x86> + Memcheck:Addr4 + obj:/lib/ld-2.4.so + obj:/lib/ld-2.4.so +} +{ + <and the same for 64bit systems> + Memcheck:Addr8 + obj:/lib/ld-2.4.so + obj:/lib/ld-2.4.so +} |