Michael Ho has uploaded a new patch set (#2). Change subject: IMPALA-3350: Add some missing StringVal.is_null checks ......................................................................
IMPALA-3350: Add some missing StringVal.is_null checks This change adds some missing StringVal.is_null checks in various UDFs or built-in functions. Without this patch, Impala may access memory with null pointers, leading to crashes. Change-Id: I55777487fff15a521818e39b4f93a8a242770ec2 --- M be/src/exprs/aggregate-functions.cc M be/src/exprs/string-functions.cc M be/src/exprs/timestamp-functions.cc M be/src/exprs/udf-builtins.cc M be/src/exprs/utility-functions.cc M be/src/runtime/string-search.h 6 files changed, 78 insertions(+), 56 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/86/2786/2 -- To view, visit http://gerrit.cloudera.org:8080/2786 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I55777487fff15a521818e39b4f93a8a242770ec2 Gerrit-PatchSet: 2 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Michael Ho <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
