Chenjp opened a new pull request, #44:
URL: https://github.com/apache/tomcat-native/pull/44

   Ensure the allocated client ca cert memory is properly reclaimed, which is 
dangerous if a tomcat-based multi-tenants gateway service with  dynamic SNI 
feature or tenant cert configuration hot reload feature enabled. The native 
heap ignore -Xmx settings, is invisible to most standard java monitoring tools 
until the ENTIRE OS RUNS OOM. 
   
   Deterministic native mem leak is realistic, per observation in PoC, via 
/manager/text/sslReload x 10000 times → 12.6MB
   
   Originally, an X509 certificate object is allocated via d2i_X509 but is 
never released after being added to the SSL context.


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

Reply via email to