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

   regex_revalidate.cc
   ```
   438        if (i->expiry <= i->epoch) {
   439          TSDebug(PLUGIN_NAME, "Rule is already expired!");
   440          free_invalidate_t(i);
                CID 1518589 (#1 of 2): Unused value (UNUSED_VALUE) [[select 
issue](https://scan6.scan.coverity.com/defectInstanceId=34757022&fileInstanceId=164035975&mergedDefectId=1518589)]
   441          i = nullptr;
   442        } else if (i->regex == nullptr) {
   443          TSDebug(PLUGIN_NAME, "%s did not compile", i->regex_text);
   444          free_invalidate_t(i);
        
   CID 1518589 (#2 of 2): Unused value (UNUSED_VALUE)
   assigned_pointer: Assigning value NULL to i here, but that stored value is 
overwritten before it can be used.
   445          i = nullptr;
   446        } else {
   ```


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