bryancall commented on code in PR #12675:
URL: https://github.com/apache/trafficserver/pull/12675#discussion_r2543214450


##########
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

Review Comment:
   It is better to narrow the scope and only fix CI that is x86.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to