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

   ## Summary
   
   Initialize members that Coverity flagged as uninitialized:
   
   - **HttpTransact::_ResponseAction**: value-init `TSResponseAction action` in 
constructor (CID 1497424)
   - **ProxySession::accept_options**: init pointer to `nullptr` (CID 1497385, 
1497345)
   - **FetchSM::callback_events**: value-init `TSFetchEvent` struct (CID 
1021718)
   - **HTTPStatsConfig::cont**: init `TSCont` to `nullptr` (CID 1508857)
   
   These are all trivial one-line initializer additions — no behavioral changes.
   
   ## Test Plan
   
   - [x] Builds cleanly with ASAN (dev-asan preset)
   - [x] All proxy/http unit tests pass (test_proxy, test_http, 
test_proxy_http, test_http2, test_proxy_hdrs, test_proxy_hdrs_xpack)
   - [x] Manual integration test: ATS proxy on eris proxying to origin on zeus, 
requests from hera — no ASAN errors, no crashes


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