diff --git a/scripts/valgrind.supp b/scripts/valgrind.supp new file mode 100644 index 00000000000..791a792cee8 --- /dev/null +++ b/scripts/valgrind.supp @@ -0,0 +1,26 @@ +{ + getpwuid() libC issue + Memcheck:Leak + match-leak-kinds: reachable + fun:malloc + fun:realloc + fun:load_blacklist + fun:bindresvport +} +{ + POSIX arch no thread cleanup + Memcheck:Leak + match-leak-kinds: possible + ... + fun:pthread_create* + fun:posix_new_thread +} +{ + POSIX arch no cpu cleanup + Memcheck:Leak + match-leak-kinds: possible + ... + fun:pthread_create* + fun:posix_boot_cpu + fun:main +} \ No newline at end of file