bneradt opened a new pull request, #13518: URL: https://github.com/apache/trafficserver/pull/13518
TSPortDescriptorParse allocates an HttpProxyPort that plugins cannot release, so every parsed descriptor leaks for the lifetime of Traffic Server. The API also lacks end-to-end coverage for accepting connections on a parsed port. This patch replaces the pointer handle with caller-owned opaque storage whose size and alignment are checked against HttpProxyPort. It updates API users and adds an AuTest plugin that listens on a dynamically selected port. Fixes: #6894 -- 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]
