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

   ```
    76  // Associate our config file with remap.config to be able to initiate 
reloads
    77  TSMgmtString result;
    78  const char *var_name = "proxy.config.url_remap.filename";
        
   CID 1518875 (#1 of 1): Unchecked return value (CHECKED_RETURN)
   7. check_return: Calling TSMgmtStringGet without checking return value (as 
is done elsewhere 4 out of 5 times).
    79  TSMgmtStringGet(var_name, &result);
    80  TSMgmtConfigFileAdd(result, configloc.c_str());
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to