You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug#28897799 BACKPORT TO 5.7: WORKAROUND ASAN BUG FOR TIRPC
This is a backport of:
Bug#28785835 WORKAROUND ASAN BUG FOR TIRPC
Sun RPC, and XDR, is being removed from glibc, and into a separate libtirpc
library. This is not compatible with libasan. The interceptor functions
inserted into the code will segfault.
As a workaround, do LD_PRELOAD=/lib64/libtirpc.so
For dynamically linked libasan (default for gcc), we must preload that as well.
This currently affects fedora, but will likely also affect other linux
variants in the future.
This patch also enables ASAN suppressions in asan.supp
This patch also enables LSAN suppressions in lsan.supp
Change-Id: I1bc777482535ce21595a48ae12679c325667d722
(cherry picked from commit aa9698313b6d412265608fe9f1ffc05938448f81)
0 commit comments