bneradt opened a new pull request, #13138: URL: https://github.com/apache/trafficserver/pull/13138
Cache alternate detach is a private helper with no current callers, and its compaction loop contains a latent out-of-bounds read if the helper is ever used. Keeping the dead path around preserves a future cache metadata hazard without providing any current behavior. This removes the unused helper and its declaration instead of repairing the unreachable implementation. Existing alternate removal continues to use the live remove path. -- 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]
