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

   ```
    55    /* This is no reason for not grabbing the lock.
    56       So skip the routine which handle LockTry failure case. */
        
   CID 1508974 (#1 of 1): Unchecked return value (CHECKED_RETURN)
   2. check_return: Calling TSMutexLockTry without checking return value (as is 
done elsewhere 6 out of 7 times).
    57    TSMutexLockTry(pmutex); // TODO: why should it not check if we got 
the lock??
    58    TSContCall(txn_sm, 0, NULL);
    59    TSMutexUnlock(pmutex);
    60    break;
   ```


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