Skip to content

Commit

Permalink
Added a pcap valgrind suppression for the pinger program.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-R committed Jul 3, 2015
1 parent 1bc068a commit 1a1a89b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions testcode/pinger-msgs.supp
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,13 @@
fun:g_main_loop_run
fun:main
}
{
pcap_activate uninitialized bind bug
Memcheck:Param
socketcall.bind(my_addr.sa_data)
fun:bind
obj:*
fun:pcap_activate
fun:create_pcap_listener
...
}

0 comments on commit 1a1a89b

Please sign in to comment.