mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
added helgrind suppressions for libwebsockets realloc
This commit is contained in:
parent
778435cf02
commit
23dbe9f358
13
helgrind.supp
Normal file
13
helgrind.supp
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
lws realloc
|
||||||
|
Helgrind:Race
|
||||||
|
fun:_realloc
|
||||||
|
fun:lws_realloc
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
lws zalloc
|
||||||
|
Helgrind:Race
|
||||||
|
fun:_realloc
|
||||||
|
fun:lws_zalloc
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user