Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/19799 )
Change subject: [util] fix non-handled OpenSSL errors in JWT code ...................................................................... Patch Set 1: (2 comments) http://gerrit.cloudera.org:8080/#/c/19799/1/src/kudu/util/jwt-util-internal.h File src/kudu/util/jwt-util-internal.h: http://gerrit.cloudera.org:8080/#/c/19799/1/src/kudu/util/jwt-util-internal.h@222 PS1, Line 222: const std::string& base64_n, const std::string& base64_e, std::string& pub_key); > warning: non-const reference parameter 'pub_key', make it const or use a po I'm planning to take care of that in a separate changelist. http://gerrit.cloudera.org:8080/#/c/19799/1/src/kudu/util/jwt-util-internal.h@236 PS1, Line 236: std::string& pub_key); > warning: non-const reference parameter 'pub_key', make it const or use a po I'm planning to take care of that in a separate changelist. -- To view, visit http://gerrit.cloudera.org:8080/19799 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Iac5142c1dcaeec5042217e1c90f8e8770b36a670 Gerrit-Change-Number: 19799 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Tidy Bot (241) Gerrit-Reviewer: Wenzhe Zhou <[email protected]> Gerrit-Reviewer: Zoltan Chovan <[email protected]> Gerrit-Comment-Date: Tue, 25 Apr 2023 17:47:48 +0000 Gerrit-HasComments: Yes
