From 3dc36baa69ba3240a7e484d6883ab64f0495f27a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 28 Dec 2015 15:42:06 +0100 Subject: config: update suppression for new binary name --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 2bf490f63..74b2a4755 100644 --- a/config/config.go +++ b/config/config.go @@ -158,7 +158,7 @@ func parseSuppressions(cfg *Config) ([]*regexp.Regexp, error) { "panic: executor failed: pthread_create failed", "panic: failed to create temp dir", "fatal error: runtime: out of memory", - "Out of memory: Kill process .* \\(syzkaller_fuzze\\)", + "Out of memory: Kill process .* \\(syz-fuzzer\\)", "WARNING: KASAN doesn't support memory hot-add", }...) var suppressions []*regexp.Regexp -- cgit mrf-deployment