Skip to content

Commit b2fed05

Browse files
authored
LSan: Suppress memory leak report of RegressionTest_UDPNet_echo (#10072)
1 parent 003e9ce commit b2fed05

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ci/asan_leak_suppression/regression.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ leak:RegressionTest_Hdrs
1717
leak:RegressionTest_SDK_API_TSPortDescriptor
1818
leak:RegressionTest_HostDBProcessor
1919
leak:RegressionTest_DNS
20+
leak:RegressionTest_UDPNet_echo

iocore/net/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ AM_CPPFLAGS += \
3636
@SWOC_INCLUDES@
3737

3838
TESTS = $(check_PROGRAMS)
39+
TESTS_ENVIRONMENT = LSAN_OPTIONS=suppressions=$(abs_top_srcdir)/ci/asan_leak_suppression/regression.txt
3940

4041
check_PROGRAMS = test_certlookup test_UDPNet test_libinknet
4142
noinst_LIBRARIES = libinknet.a

0 commit comments

Comments
 (0)