bryancall commented on issue #6702: URL: https://github.com/apache/trafficserver/issues/6702#issuecomment-4825388127
This was fixed on master in 2018 by #3943, which makes response-header parsing return a parse error instead of attaching a non-existent buffer block when EOF happens before any data arrives (the exact null deref in your backtrace). The guard is in current releases and on 9.2.x; it was never backported to 7.1.x/8.x, which is why you still saw it on those (now end-of-life) lines. Closing as fixed; please retest on a supported release and reopen if it still reproduces there. -- 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]
