1
0
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:
Falk Werner 2020-07-04 12:39:17 +02:00
parent 778435cf02
commit 23dbe9f358

13
helgrind.supp Normal file
View File

@ -0,0 +1,13 @@
{
lws realloc
Helgrind:Race
fun:_realloc
fun:lws_realloc
}
{
lws zalloc
Helgrind:Race
fun:_realloc
fun:lws_zalloc
}