You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by SolidWallOfCode <gi...@git.apache.org> on 2015/07/29 01:10:37 UTC

[GitHub] trafficserver pull request: Coverity issues:

Github user SolidWallOfCode commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/259#discussion_r35712793
  
    --- Diff: mgmt/Alarms.cc ---
    @@ -413,6 +413,7 @@ Alarms::constructAlarmMessage(const AppVersionInfo &version, char *ip, char *mes
           if (max >= 1) {
             message[0] = '\0';
           }
    +      ink_mutex_release(&mutex);
    --- End diff --
    
    I think this would be better done with SCOPED_MUTEX_LOCK.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---