Michael Ho has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/2786

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, 59 insertions(+), 45 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/86/2786/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2786
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I55777487fff15a521818e39b4f93a8a242770ec2
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Michael Ho <[email protected]>

Reply via email to