zwoop opened a new issue, #10018:
URL: https://github.com/apache/trafficserver/issues/10018

   ```
   *** CID 1513226:  Uninitialized members  (UNINIT_CTOR)
   /src/traffic_cache_tool/CacheScan.h: 51 in 
ct::CacheScan::CacheScan(ct::Stripe *, const swoc::_1_5_1::file::path &)()
   45     public:
   46       CacheScan(Stripe *str, swoc::file::path const &path) : stripe(str)
   47       {
   48         if (!path.empty()) {
   49           u_matcher = new url_matcher(path);
   50         }
      CID 1513226:  Uninitialized members  (UNINIT_CTOR)
      Non-static class member "u_matcher" is not initialized in this 
constructor nor in any functions that it calls.
   51       };
   52       CacheScan(Stripe *str) : stripe(str) {}
   53       Errata Scan(bool search = false);
   54       Errata get_alternates(const char *buf, int length, bool search);
   55       int unmarshal(HdrHeap *hh, int buf_length, int obj_type, 
HdrHeapObjImpl **found_obj, RefCountObj *block_ref);
   56       Errata unmarshal(char *buf, int len, RefCountObj *block_ref);
   ```


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