bneradt opened a new pull request, #12797:
URL: https://github.com/apache/trafficserver/pull/12797

   PR #12777 introduced a leaky singleton pattern for DbgCtl to fix 
use-after-free crashes during shutdown. However, removing the _rm_reference() 
method broke ABI compatibility with existing plugins that were compiled against 
the old header, where the destructor called this method. This commit restores 
_rm_reference() as a no-op stub, allowing old plugins to load successfully 
while maintaining the leaky singleton behavior.


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

Reply via email to