[
https://issues.apache.org/jira/browse/TS-4696?focusedWorklogId=26578&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26578
]
ASF GitHub Bot logged work on TS-4696:
--------------------------------------
Author: ASF GitHub Bot
Created on: 18/Aug/16 15:54
Start Date: 18/Aug/16 15:54
Worklog Time Spent: 10m
Work Description: Github user atsci commented on the issue:
https://github.com/apache/trafficserver/pull/874
Linux build *successful*! See
https://ci.trafficserver.apache.org/job/Github-Linux/446/ for details.
Issue Time Tracking
-------------------
Worklog Id: (was: 26578)
Time Spent: 40m (was: 0.5h)
> CID 1267824: Missing unlock in mgmt/Alarms.cc
> ---------------------------------------------
>
> Key: TS-4696
> URL: https://issues.apache.org/jira/browse/TS-4696
> Project: Traffic Server
> Issue Type: Bug
> Reporter: Tyler Stroh
> Assignee: Tyler Stroh
> Fix For: 7.0.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> {code}
> 2. lock: ink_mutex_acquire locks this->mutex. [show details]
> ink_mutex_acquire(&mutex);
> if (!((n + (int)strlen("type: alarm\n")) < max)) {
> if (max >= 1) {
> message[0] = '\0';
> }
> CID 1267824 (#1 of 1): Missing unlock (LOCK)
> 5. missing_unlock: Returning without unlocking this->mutex.
> return;
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)