sxia-aviatrix commented on code in PR #13574:
URL: https://github.com/apache/trafficserver/pull/13574#discussion_r3845073640


##########
tests/gold_tests/slow_post/post_early_response_transform.test.py:
##########
@@ -0,0 +1,112 @@
+"""Verify ATS does not crash when a server replies before receiving the full 
POST body and a request transform plugin is active.
+
+When a POST request has a request transform and the origin responds before the
+full body is forwarded through the transform chain, abort_tunnel() is called.
+Without the fix, post_transform_info.entry is left stale in the vc_table,
+causing a use-after-free in cleanup_all().

Review Comment:
   Since the problem is resource leak, I don't think AuTest can fail without 
assert. I have shared the gdb stack trace from master above.



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