Browse code

valgrind - add supression rule for memcpy_chk false positive

Mickey Sola authored on 2019/08/02 07:23:21
Showing 1 changed files
... ...
@@ -284,3 +284,11 @@
284 284
    fun:wcsrtombs
285 285
    ...
286 286
 }
287
+{
288
+   binhex-overlapping-memmove
289
+   Memcheck:Overlap
290
+   fun:__memcpy_chk
291
+   fun:memmove
292
+   fun:cli_binhex
293
+   ...
294
+}