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

   IPCSocketClient.h
   ```
   44struct IPCSocketClient {
   45  enum class ReadStatus { NO_ERROR = 0, BUFFER_FULL, STREAM_ERROR, UNKNOWN 
};
   46  using self_reference = IPCSocketClient &;
   47
        
   CID 1508925 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)
   2. uninit_member: Non-static class member _server.sun_family is not 
initialized in this constructor nor in any functions that it calls.
   48  IPCSocketClient(std::string path) : _path{std::move(path)} {}
   49  IPCSocketClient() : _path{"/tmp/jsonrpc20.sock"} {}
   50
   51  ~IPCSocketClient() { this->disconnect(); }
   ```


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