bneradt commented on code in PR #11310:
URL: https://github.com/apache/trafficserver/pull/11310#discussion_r1588263452


##########
src/iocore/net/SSLSecret.cc:
##########
@@ -35,6 +36,20 @@ DbgCtl dbg_ctl_ssl_secret_err{"ssl_secret_err"};
 
 } // end anonymous namespace
 
+static void
+get_hash_str(const std::string &input, char hash_str[EVP_MAX_MD_SIZE * 2], 
unsigned int *hash_len)
+{
+  unsigned char hash[EVP_MAX_MD_SIZE];

Review Comment:
   Maybe initialize the arrays with `= {0};` ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to