diff --git a/src/proxy/http/remap/unit-tests/remap_test_dlopen_leak_suppression.txt b/src/proxy/http/remap/unit-tests/remap_test_dlopen_leak_suppression.txt index 962310f89f5..e3f129dc54a 100644 --- a/src/proxy/http/remap/unit-tests/remap_test_dlopen_leak_suppression.txt +++ b/src/proxy/http/remap/unit-tests/remap_test_dlopen_leak_suppression.txt @@ -23,4 +23,7 @@ # something nasty or ASAN is detecting a false-positive. # PluginDso::load leak:PluginDso::load -leak:call_init \ No newline at end of file +leak:call_init +# On Rocky Linux 8, ASAN reports leaks from the dynamic linker during dlopen +# These are false positives as we properly call dlclose for each dlopen +leak:ld-linux-x86-64.so