]> diplodocus.org Git - nmh/blob - test/valgrind.supp
add $(kibi) function, as complement to %(kilo)
[nmh] / test / valgrind.supp
1 {
2 Invalid free in valgrind/vgpreload_memcheck-amd64-linux.so
3 Memcheck:Free
4 fun:free
5 fun:__libc_freeres
6 fun:_vgnU_freeres
7 fun:__run_exit_handlers
8 fun:exit
9 }
10
11 {
12 Syscall param sendmsg(msg.msg_name) points to uninitialised byte(s)
13 Memcheck:Param
14 sendmsg(msg.msg_name)
15 fun:*sendmsg*
16 fun:readline
17 }