bryancall opened a new pull request, #13026: URL: https://github.com/apache/trafficserver/pull/13026
## Summary - Fix memory leak in `SSLOriginSessionCache` destructor — drain queued session nodes and clear the map - Fix leaks in `SSLConfigParams::initialize` — delete old `origin_sess_cache` before re-allocating, free old `ssl_ocsp_user_agent` before overwrite - Fix BIO cleanup — clear `BIO_FLAGS_MEM_RDONLY` before `BIO_free` so internal `BUF_MEM` structures are properly released Found via ASAN-enabled autest runs on Fedora 43. ## Test plan - [x] Built with `ENABLE_ASAN=ON` and ran full autest suite — no new LSAN reports for these symbols - [ ] CI -- 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]
