traeak commented on a change in pull request #8217:
URL: https://github.com/apache/trafficserver/pull/8217#discussion_r684332085



##########
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:
       True.  I wouldn't have changed these if clang wasn't complaining about 
those {0} initializers.  This was from centos llvm toolset 7.




-- 
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