SolidWallOfCode commented on code in PR #9474: URL: https://github.com/apache/trafficserver/pull/9474#discussion_r1128286539
########## src/tscore/CryptoHash.cc: ########## @@ -45,11 +45,13 @@ CryptoContext::CryptoContext() case UNSPECIFIED: #if TS_ENABLE_FIPS == 0 case MD5: - _base = new MD5Context; + static_assert(OBJ_SIZE > sizeof(MD5Context)); Review Comment: Change these to `>=`. -- 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]
