]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
supress spurious LSAN leaks in macOS
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 4 Apr 2018 12:13:18 +0000 (13:13 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 4 Apr 2018 12:13:18 +0000 (13:13 +0100)
scripts/lsan_leaks [new file with mode: 0644]

diff --git a/scripts/lsan_leaks b/scripts/lsan_leaks
new file mode 100644 (file)
index 0000000..d579fed
--- /dev/null
@@ -0,0 +1,11 @@
+#
+#  Pass this file through to address sanitizer to suppress known (spurious) leaks
+#
+#  LSAN_OPTIONS="<other options>:suppressions=<path_to_lsan_leaks>"
+#
+
+#
+#  Leaks in system calls on macOS
+#
+leak:ImageLoaderMachO::doImageInit
+leak:tzsetwall_basic