Impala Public Jenkins has submitted this change and it was merged. Change subject: IMPALA-4707: fix use-after-free in QueryExecMgr ......................................................................
IMPALA-4707: fix use-after-free in QueryExecMgr The bug is that the QueryState was referenced after the refcount is decremented. The fix is to not do that. Change-Id: I329ff758a0de148a3bdfedc245e56c3a63255535 Reviewed-on: http://gerrit.cloudera.org:8080/5615 Reviewed-by: Dan Hecht <[email protected]> Tested-by: Impala Public Jenkins --- M be/src/runtime/query-exec-mgr.cc 1 file changed, 15 insertions(+), 17 deletions(-) Approvals: Impala Public Jenkins: Verified Dan Hecht: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/5615 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I329ff758a0de148a3bdfedc245e56c3a63255535 Gerrit-PatchSet: 7 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Jim Apple <[email protected]> Gerrit-Reviewer: Marcel Kornacker <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
