Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23742 )
Change subject: IMPALA-14604: Fix ASAN issue in hdfs-fs-cache.cc ...................................................................... IMPALA-14604: Fix ASAN issue in hdfs-fs-cache.cc This patch fix heap-use-after-free issue around HdfsFsCache::GetConnection. The issue is resolved by changing copy access to read-only access of HdfsConnOptions parameter entries. Testing: - Pass tmp-file-mgr-test in ASAN build. Change-Id: I23ae03bf82191cd3cd99f8d4c7cbd99daaa0cfe8 Reviewed-on: http://gerrit.cloudera.org:8080/23742 Reviewed-by: Michael Smith <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/runtime/hdfs-fs-cache.cc 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Michael Smith: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/23742 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I23ae03bf82191cd3cd99f8d4c7cbd99daaa0cfe8 Gerrit-Change-Number: 23742 Gerrit-PatchSet: 2 Gerrit-Owner: Riza Suminto <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]>
