maskit opened a new issue, #10331:
URL: https://github.com/apache/trafficserver/issues/10331
```
426 close(ssnData->log_fd);
427 std::error_code ec;
428 swoc::file::file_status st =
swoc::file::status(ssnData->log_name, ec);
8. Condition !ec.operator bool(), taking false branch.
429 if (!ec) {
430 disk_usage += swoc::file::file_size(st);
431 TSDebug(debug_tag, "Finish a session with log file of %"
PRIuMAX " bytes", swoc::file::file_size(st));
432 }
CID 1518613 (#2 of 2): Uninitialized lock use (LOCK)
9. locked_destroy: ~SessionData destroys ssnData->disk_io_mutex while it is
locked. [[show
details](https://scan6.scan.coverity.com/eventId=34759871-14&modelId=34759871-2&fileInstanceId=164123284&filePath=%2Fplugins%2Ftraffic_dump%2Fsession_data.cc&fileStart=316&fileEnd=324)]
433 delete ssnData;
CID 1518613 (#1 of 2): Uninitialized lock use (LOCK) [[select
issue](https://scan6.scan.coverity.com/defectInstanceId=34759834&fileInstanceId=164123284&mergedDefectId=1518613)]
434 return TS_SUCCESS;
435 }
```
--
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]