Chenjp opened a new pull request, #39: URL: https://github.com/apache/tomcat-native/pull/39
Code review: Using actual ocsp response payload size. ```c int buflen = 2048; int totalread = 1689; // Observed response size of openssl ocsp responder ``` Then buf[1689...2047] were filled with uninitialized memory data. (Particular DER payload + uninitialized memory) could lead to potential DER decoder crash in #d2i_OCSP_RESPONSE_bio. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
