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

   ## Summary
   
   Add in-class brace initialization for uninitialized members in
   `HttpVCTableEntry`, `HostStatRec`, `ChunkedHandler`, and `TLSSNISupport`
   `ClientHello`. Initialize local enum and `Feature` variables in
   `cache_fill` and `txn_box` plugins.
   
   **CIDs:** 1021690, 1508845, 1533658, 1534712, 1544456, 1645800.
   
   ## Changes
   
   | CID | File | Change |
   |-----|------|--------|
   | 1533658 | `cache_fill/configs.cc` | Initialize local `OP` enum in 
`readConfig` |
   | 1534712 | `txn_box/Ex_Base.cc` | `Feature zret{}` → `Feature 
zret{NIL_FEATURE}` |
   | 1021690 | `HttpTunnel.h` | `max_chunk_size` → `{DEFAULT_MAX_CHUNK_SIZE}` |
   | 1508845 | `HttpVCTable.h` | Brace-initialize all `HttpVCTableEntry` 
members |
   | 1544456 | `HostStatus.h` | Brace-initialize all `HostStatRec` members |
   | 1645800 | `TLSSNISupport.h` | `_ext_len` → `{0}` in `ClientHello` |
   
   ## Test plan
   
   - [ ] CI passes (no behavioral changes, initialization only)
   - [ ] Verify Coverity scan marks target CIDs as fixed


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