mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-27 04:27:11 +02:00
Initial ZMQ bindings.
This commit is contained in:
22
vendor/ZMQ/builds/valgrind/valgrind.supp
vendored
Normal file
22
vendor/ZMQ/builds/valgrind/valgrind.supp
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
<socketcall_sendto>
|
||||
Memcheck:Param
|
||||
socketcall.sendto(msg)
|
||||
fun:send
|
||||
...
|
||||
}
|
||||
{
|
||||
<socketcall_sendto>
|
||||
Memcheck:Param
|
||||
socketcall.send(msg)
|
||||
fun:send
|
||||
...
|
||||
}
|
||||
{
|
||||
<glibc_freeres>
|
||||
Memcheck:Free
|
||||
fun:free
|
||||
...
|
||||
fun:__libc_freeres
|
||||
...
|
||||
}
|
Reference in New Issue
Block a user