ywkaras commented on a change in pull request #8217:
URL: https://github.com/apache/trafficserver/pull/8217#discussion_r684264919
##########
File path: plugins/experimental/uri_signing/config.c
##########
@@ -298,7 +298,8 @@ read_config_from_json(json_t *const issuer_json)
}
json_t *jwk_obj;
- cjose_err jwk_err = {0};
+ cjose_err jwk_err;
+ memset(&jwk_err, 0, sizeof(cjose_err));
Review comment:
I don't think these changes are necessary (but harmless).
https://godbolt.org/z/xceT5f5z8
--
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]