Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Impala 2.11.0
-
None
-
None
-
ghx-label-6
Description
Once we upgrade to LLVM 5.0 we should be able to remove a workaround for https://bugs.llvm.org/show_bug.cgi?id=32968 :
#ifdef ADDRESS_SANITIZER // Workaround ASAN bug where posix_memalign returns 0 even when allocation fails. // It should instead return ENOMEM. See https://bugs.llvm.org/show_bug.cgi?id=32968. if (rc == 0 && *buffer_mem == nullptr && len != 0) rc = ENOMEM; #endif
Attachments
Issue Links
- depends upon
-
IMPALA-5980 Upgrade to LLVM 5.0.1
- Resolved