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

   Redirected transactions can retain CACHE_WL_SUCCESS after the concrete
   cache write VC has been cleared. When a later response reaches cache
   write setup, we crash dereferencing the missing write VC.
   
   This only reuses a redirected cache write when the prepared write VC is
   still available. Otherwise, this resets the write state so ATS prepares
   a fresh cache write. The added test simply adds some coverage around the
   scenario but is not a true regression test. That is, the test still
   passes without the src/ code change.
   
   This addresses the following crash:
   
   ```
   ```
   
   


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