bryancall opened a new pull request, #12977: URL: https://github.com/apache/trafficserver/pull/12977
## Summary Initialize members that Coverity flagged as uninitialized: - **OperatorSetHttpCntl::_cntl_qual**: init to `TS_HTTP_CNTL_LOGGING_MODE` (CID 1497355) - **OperatorSetPluginCntl::_name**: init to `PluginCtrl::TIMEZONE` (CID 1644243) - **OperatorSetPluginCntl::_value**: init to `0` - **TLSClientHelloSummary::protocol**: init to `Protocol::TLS` (CID 1587255) These are all trivial default-initializer additions — no behavioral changes. ## Test Plan - [x] Builds cleanly with ASAN (dev-asan preset) - [x] All 3 header_rewrite unit tests pass (test_header_rewrite, verify_global_header_rewrite, verify_remap_header_rewrite) -- 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]
