- Timestamp:
- Feb 9, 2017 4:47:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp
r62564 r65704 110 110 { 111 111 PRTLDRMODNATIVE pModNative = (PRTLDRMODNATIVE)pMod; 112 #ifdef __SANITIZE_ADDRESS__ 113 /* If we are compiled with enabled address sanitizer (gcc/llvm), don't 114 * unload the module to prevent <unknown module> in the stack trace */ 115 pModNative->fFlags |= RTLDRLOAD_FLAGS_NO_UNLOAD; 116 #endif 112 117 if ( (pModNative->fFlags & RTLDRLOAD_FLAGS_NO_UNLOAD) 113 118 || !dlclose((void *)pModNative->hNative))
Note:
See TracChangeset
for help on using the changeset viewer.