Add additional valgrind supptressions
g0dil [Thu, 4 Feb 2010 21:16:10 +0000 (21:16 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1568 270642c3-0616-0410-b53a-bc976706d245

tools/valgrind.sup

index 7e6a356..2e23293 100644 (file)
 }
 
 {
+   dl_main-suppression-1
+   Memcheck:Cond
+   fun:strlen
+   fun:_dl_init_paths
+   ...
+   fun:_dl_start
+}
+{
+   dl_main-suppression-2
+   Memcheck:Cond
+   fun:_dl_relocate_object
+   ...
+   fun:_dl_start
+}
+
+{
+   nss_dl_open-supression-1
+   Memcheck:Cond
+   fun:_dl_relocate_object
+   ...
+   fun:__nss_lookup
+}
+
+{
    inet_ntop-suppression-1
    Memcheck:Cond
    fun:inet_ntop
 }
 
 {
-   if_indextoname-suppression-1
+   siocgifindex-suppression-1
    Memcheck:Param
    ioctl(SIOCGIFINDEX)
+   ...
+   fun:_ZN4senf15LLSocketAddress9interfaceERKSs
 }
 
 {