Riza Suminto has uploaded this change for review. ( 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 --- M be/src/runtime/hdfs-fs-cache.cc 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/42/23742/1 -- 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: newchange Gerrit-Change-Id: I23ae03bf82191cd3cd99f8d4c7cbd99daaa0cfe8 Gerrit-Change-Number: 23742 Gerrit-PatchSet: 1 Gerrit-Owner: Riza Suminto <[email protected]>
