>From Daniel Gryniewicz <d...@redhat.com>:

Daniel Gryniewicz has uploaded a new change for review. ( 
https://review.gerrithub.io/346240


Change subject: Don't mix RTLD_DEEPBIND and ASAN
......................................................................

Don't mix RTLD_DEEPBIND and ASAN

Due to a bug in gcc / libasan
(https://github.com/google/sanitizers/issues/611), you cannot mix
RTLD_DEEPBIND and adderss sanitizing.  The result, if you do, is
allocating using ASAN and freeing using glibc, causing aborts.

If ADDRESS_SANITIZER is on, disable RTLD_DEEPBIND.

Change-Id: Ibaeaa33b7f653673f971ce3dd610d60252dbc220
Signed-off-by: Daniel Gryniewicz <d...@redhat.com>
---
M src/FSAL/fsal_manager.c
M src/include/config-h.in.cmake
2 files changed, 3 insertions(+), 2 deletions(-)



  git pull ssh://review.gerrithub.io:29419/ffilz/nfs-ganesha 
refs/changes/40/346240/1
-- 
To view, visit https://review.gerrithub.io/346240
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibaeaa33b7f653673f971ce3dd610d60252dbc220
Gerrit-Change-Number: 346240
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Daniel Gryniewicz <d...@redhat.com>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to