bryancall opened a new pull request, #13013: URL: https://github.com/apache/trafficserver/pull/13013
## Summary - Fix five ASAN-detected defects in plugin/test-plugin code paths: heap buffer read, delete type mismatch, use-after-free, and leak on early return. - Update `stats_over_http`, `ja4_fingerprint`, `txn_box`, `slice`, and `async_engine` with targeted correctness fixes. - Keep changes scoped and independent so plugin safety fixes can merge early. ## Test plan - [x] Reproduce and validate fixes in ASAN test runs from the flaky/ASAN audit effort. - [x] Confirm each fix is limited to the failing code path in the affected plugin. - [ ] Run Apache CI suite for full platform/compiler coverage. -- 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]
