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

   apidefs.h
   ```
   1493  struct TSRPCHandlerOptions {
   1494    struct Auth {
   1495      int restricted; ///< Tells the RPC Manager if the call can be 
delivered or not based on the config rules.
        
   CID 1508836 (#1 of 1): Uninitialized pointer field (UNINIT_CTOR)
   2. member_not_init_in_gen_ctor: The compiler-generated constructor for this 
class does not initialize _options.auth.
   1496    } auth;
   1497  };
   ```


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