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

   An HTTP/2 stream can finish an informational response and release its
   write buffer while it waits for the final response. A connection-level
   write-ready event can restart that stream and parse through the stale
   reader, causing a use-after-free.
   
   Stop completed write VIOs before examining their readers. Pending
   writes retain the existing availability check before parsing.


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