Commit 734f992
authored
Fix Rocky Linux 8 ASAN plugin test failures (#12675)
Add leak suppression for ld-linux-x86-64.so to fix false positive memory
leak reports on Rocky Linux 8 when running plugin tests with ASAN enabled.
The tests properly call dlclose() for each dlopen(), but ASAN's instrumentation
of the dynamic linker reports false positive leaks during plugin initialization.
Fixes: test_PluginDso, test_PluginFactory, test_RemapPluginInfo on Rocky Linux 81 parent 24c7fd8 commit 734f992
File tree
1 file changed
+4
-1
lines changed- src/proxy/http/remap/unit-tests
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
0 commit comments