mirror of
https://github.com/mirror/wget.git
synced 2026-09-06 06:34:56 +08:00
tests/valgrind-suppressions: Add suppressions for false positives
This commit is contained in:
@@ -7,6 +7,36 @@
|
||||
fun:url_parse
|
||||
}
|
||||
|
||||
{
|
||||
False positive in libidn.so
|
||||
Memcheck:Addr8
|
||||
fun:strncmp
|
||||
fun:is_dst
|
||||
...
|
||||
fun:fillin_rpath.isra.0
|
||||
fun:decompose_rpath
|
||||
fun:_dl_map_object
|
||||
fun:openaux
|
||||
fun:_dl_catch_exception
|
||||
fun:_dl_map_object_deps
|
||||
fun:dl_open_worker
|
||||
}
|
||||
|
||||
{
|
||||
False positive in libidn.so
|
||||
Memcheck:Addr16
|
||||
fun:strncmp
|
||||
...
|
||||
fun:fillin_rpath.isra.0
|
||||
fun:decompose_rpath
|
||||
fun:_dl_map_object
|
||||
fun:openaux
|
||||
fun:_dl_catch_exception
|
||||
fun:_dl_map_object_deps
|
||||
fun:dl_open_worker
|
||||
fun:_dl_catch_exception
|
||||
}
|
||||
|
||||
{
|
||||
Valgrind 3.4 bug suppression
|
||||
Memcheck:Cond
|
||||
|
||||
Reference in New Issue
Block a user