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

   ```
   418  if (stat(path.c_str(), &st) == -1) {
        
   CID 1518608 (#1 of 1): Unchecked return value from library (CHECKED_RETURN)
   2. check_return: Calling mkdir(path.c_str(), 493U) without checking return 
value. This library function may fail and return an error code.
   419    mkdir(path.c_str(), 0755);
   420  } else {
   421    /// Try open the file if directory exists
   422    fp = fopen(cert_filename.c_str(), "rt");
   423  }
   ```


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