From d37e2a3325ef546707d74dbe5ccc06938ddae482 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 23 Nov 2015 20:35:08 +0100 Subject: add another builtin suppression --- manager/main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'manager') diff --git a/manager/main.go b/manager/main.go index c67661767..8fdf8dada 100644 --- a/manager/main.go +++ b/manager/main.go @@ -71,6 +71,7 @@ func main() { "panic: executor failed: pthread_create failed", "panic: failed to create temp dir", "Out of memory: Kill process .* \\(syzkaller_fuzze\\)", + "WARNING: KASAN doesn't support memory hot-add", }...) for _, s := range cfg.Suppressions { re, err := regexp.Compile(s) -- cgit mrf-deployment