From: Flole998 Date: Fri, 7 Oct 2022 18:20:10 +0000 (+0200) Subject: Ignore PCRE2 illegal accesses X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81838dbb6cbfcb42cb63dc38aef824c2cabf6817;p=thirdparty%2Ftvheadend.git Ignore PCRE2 illegal accesses See https://lists.exim.org/lurker/message/20160113.163710.006b34b9.en.html --- diff --git a/support/valgrind.supp b/support/valgrind.supp index eaa64f4e9..674859369 100644 --- a/support/valgrind.supp +++ b/support/valgrind.supp @@ -143,3 +143,17 @@ obj:* obj:* } +{ + name + Memcheck:Addr16 + obj:??? + obj:??? + obj:??? +} +{ + name + Memcheck:Cond + obj:??? + obj:??? + obj:??? +}