Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16584 )
Change subject: IMPALA-9232 Potential overflow in serializeThriftMsg ...................................................................... IMPALA-9232 Potential overflow in serializeThriftMsg This fix added a sanity check to assure the length of the buffer holding a serialized object does not go over INT_MAX bytes. Testing: 1. Unit testing; 2. Ran Core tests successfully. Change-Id: Ie76028acea84dbe0e88518dae60aaf7e7ca55e9e Reviewed-on: http://gerrit.cloudera.org:8080/16584 Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/rpc/jni-thrift-util.h 1 file changed, 8 insertions(+), 0 deletions(-) Approvals: Tim Armstrong: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/16584 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ie76028acea84dbe0e88518dae60aaf7e7ca55e9e Gerrit-Change-Number: 16584 Gerrit-PatchSet: 4 Gerrit-Owner: Qifan Chen <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Qifan Chen <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
