From 23dbe9f35884a38e79111b3f22b4a44d5fd04973 Mon Sep 17 00:00:00 2001 From: Falk Werner Date: Sat, 4 Jul 2020 12:39:17 +0200 Subject: [PATCH] added helgrind suppressions for libwebsockets realloc --- helgrind.supp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 helgrind.supp diff --git a/helgrind.supp b/helgrind.supp new file mode 100644 index 0000000..3a04c41 --- /dev/null +++ b/helgrind.supp @@ -0,0 +1,13 @@ +{ + lws realloc + Helgrind:Race + fun:_realloc + fun:lws_realloc +} + +{ + lws zalloc + Helgrind:Race + fun:_realloc + fun:lws_zalloc +} \ No newline at end of file