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

   RecCore.cc
   ```
   1141RecCounter
   1142REC_ConfigReadCounter(const char *name)
   1143{
   1144  RecCounter t = 0;
        
   CID 1508919 (#1 of 1): Unchecked return value (CHECKED_RETURN)
   1. check_return: Calling RecGetRecordCounter without checking return value 
(as is done elsewhere 4 out of 5 times).
   1145  RecGetRecordCounter(name, &t);
   1146  return t;
   1147}
   ```


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