Qifan Chen has uploaded this change for review. ( 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 --- M be/src/rpc/jni-thrift-util.h 1 file changed, 9 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/84/16584/1 -- 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: newchange Gerrit-Change-Id: Ie76028acea84dbe0e88518dae60aaf7e7ca55e9e Gerrit-Change-Number: 16584 Gerrit-PatchSet: 1 Gerrit-Owner: Qifan Chen <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
