[master] 0e7fe4a9c lsan: Ignore leaks attributed to readline...

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu Apr 15 17:11:06 UTC 2021


commit 0e7fe4a9c6a3006257957ef6fad8466bd793bb48
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Thu Apr 15 18:57:50 2021 +0200

    lsan: Ignore leaks attributed to readline...
    
    ... on my machine.

diff --git a/tools/lsan.suppr b/tools/lsan.suppr
index f9ca2be93..cce56c4f7 100644
--- a/tools/lsan.suppr
+++ b/tools/lsan.suppr
@@ -18,3 +18,6 @@ leak:vsmw_newcluster
 leak:smp_thread
 #
 leak:Lck_Witness_Lock
+# libedit
+leak:rl_callback_read_char
+leak:wcsdup


More information about the varnish-commit mailing list