Jim Apple has uploaded this change for review. ( http://gerrit.cloudera.org:8080/11042
Change subject: IMPALA-5031: Fix undefined behavior: memset NULL ...................................................................... IMPALA-5031: Fix undefined behavior: memset NULL memset has undefined behavior when its first argument is NULL. The instance fixed here was found by Clang's undefined behavior sanitizer. It was found in the end-to-end tests. The interesting part of the stack trace is: be/src/util/bitmap.h:78:12: runtime error: null pointer passed as argument 1, which is declared to never be null /usr/include/string.h:62:79: note: nonnull attribute specified here #0 0x2ccb59b in Bitmap::SetAllBits(bool) be/src/util/bitmap.h:78:5 #1 0x2cb6b9e in NestedLoopJoinNode::ResetMatchingBuildRows(RuntimeState*, long) be/src/exec/nested-loop-join-node.cc:176:27 #2 0x2cb5ad6 in NestedLoopJoinNode::Open(RuntimeState*) be/src/exec/nested-loop-join-node.cc:90:43 Change-Id: I804f642f4be3b74c24f871f656c5147ee226d2c8 --- M be/src/util/bitmap.h 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/42/11042/1 -- To view, visit http://gerrit.cloudera.org:8080/11042 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I804f642f4be3b74c24f871f656c5147ee226d2c8 Gerrit-Change-Number: 11042 Gerrit-PatchSet: 1 Gerrit-Owner: Jim Apple <jbapple-imp...@apache.org>