You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/06/30 21:37:33 UTC

[GitHub] [trafficserver] shinrich opened a new pull request #8022: Fix use after free

shinrich opened a new pull request #8022:
URL: https://github.com/apache/trafficserver/pull/8022


   Introduced by PR #7849 
   
   Ran into it while debugging another issue.  The Http1ServerSession may be deleted by the time do_io_close() returns so we cannot safely access member variables.


-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] shinrich merged pull request #8022: Fix use after free

Posted by GitBox <gi...@apache.org>.
shinrich merged pull request #8022:
URL: https://github.com/apache/trafficserver/pull/8022


   


-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org