Michael Smith has posted comments on this change. ( http://gerrit.cloudera.org:8080/24110 )
Change subject: IMPALA-14807: Fix squeasel MD5 issue in OpenSSL 3.0 ...................................................................... Patch Set 1: (2 comments) http://gerrit.cloudera.org:8080/#/c/24110/1/be/src/thirdparty/squeasel/squeasel.c File be/src/thirdparty/squeasel/squeasel.c: http://gerrit.cloudera.org:8080/#/c/24110/1/be/src/thirdparty/squeasel/squeasel.c@1566 PS1, Line 1566: bin2str(buf, hash, hash_len); Should we confirm hash_len is 16? EVP_MAX_MD_SIZE looks like it can go to 36. http://gerrit.cloudera.org:8080/#/c/24110/1/be/src/thirdparty/squeasel/squeasel.c@3102 PS1, Line 3102: char buf[100], b64_sha[sizeof(sha) * 2]; I'm surprised sizeof(sha) works here. I guess it doesn't care that it's declared later? -- To view, visit http://gerrit.cloudera.org:8080/24110 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I806394633eaa73d973c27988fd303004487ddb4a Gerrit-Change-Number: 24110 Gerrit-PatchSet: 1 Gerrit-Owner: Yida Wu <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Comment-Date: Tue, 17 Mar 2026 18:35:36 +0000 Gerrit-HasComments: Yes
