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

   CacheScan.h
   ```
   45public:
   46  CacheScan(Stripe *str, swoc::file::path const &path) : stripe(str)
   47  {
        1. Condition !path->empty(), taking false branch.
   48    if (!path.empty()) {
        CID 1518581: Resource leak in object (CTOR_DTOR_LEAK) [[select 
issue](https://scan6.scan.coverity.com/defectInstanceId=34751307&fileInstanceId=163646769&mergedDefectId=1518581)]
   49      u_matcher = new url_matcher(path);
   50    }
        
   CID 1518572 (#1 of 1): Uninitialized pointer field (UNINIT_CTOR)
   3. uninit_member: Non-static class member u_matcher is not initialized in 
this constructor nor in any functions that it calls.
   51  };
   ```


-- 
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: issues-unsubscr...@trafficserver.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to