bryancall commented on issue #9310: URL: https://github.com/apache/trafficserver/issues/9310#issuecomment-4828017242
This crash in HttpTransact::is_stale_cache_response_returnable (reached via OSDNSLookup) was fixed in https://github.com/apache/trafficserver/pull/12108, which adds a nullptr check on s->cache_info.object_read at the top of the function. That null cache_info.object_read is the same root cause behind this stack trace. The fix first shipped in release 10.1.0 and was backported to 9.2.x in 9.2.12 via https://github.com/apache/trafficserver/pull/12507. Closing as fixed; please reopen if a crash on this path is seen on a build that includes the guard. -- 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]
