[master] 22a79a5 Actually disable the report with the others

Federico G. Schwindt fgsch at lodoss.net
Wed Oct 25 06:56:12 UTC 2017


commit 22a79a51d5b341ac5999b855606568ca9e9f8222
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Tue Oct 24 23:48:19 2017 -0700

    Actually disable the report with the others

diff --git a/bin/varnishd/hpack/vhp_gen_hufdec.c b/bin/varnishd/hpack/vhp_gen_hufdec.c
index bc62567..5f86440 100644
--- a/bin/varnishd/hpack/vhp_gen_hufdec.c
+++ b/bin/varnishd/hpack/vhp_gen_hufdec.c
@@ -252,11 +252,3 @@ main(int argc, const char **argv)
 
 	return (0);
 }
-
-#if defined(__SANITIZER)
-int __lsan_is_turned_off(void);
-int __lsan_is_turned_off()
-{
-       return (1);
-}
-#endif
diff --git a/tools/lsan.suppr b/tools/lsan.suppr
index 041605d..85effbc 100644
--- a/tools/lsan.suppr
+++ b/tools/lsan.suppr
@@ -11,3 +11,5 @@ leak:HSH_config
 leak:vcc_
 leak:VSL_Setup
 leak:WRK_BgThread
+#
+leak:hpack/vhp_gen_hufdec.c


More information about the varnish-commit mailing list