Actions
Bug #89
closedUnified2 alert output thread safety issue.
Affected Versions:
Effort:
Difficulty:
Label:
Description
The Unified2 alert output tracks the current file size in a per thread structure, but the file is actually shared among all Unified2 alert threads. So any given thread does not actually have the real size of the file. Potential fix: Move size tracking into the LogFileCtx.
Updated by Will Metcalf over 14 years ago
- Due date set to 02/13/2010
- Target version set to 0.8.1
- Estimated time set to 2.50 h
adding time estimate
Updated by Pablo Rincon over 14 years ago
- Status changed from New to Assigned
- Assignee changed from OISF Dev to Pablo Rincon
Updated by Victor Julien over 14 years ago
- Status changed from Assigned to Closed
Fixes have been applied.
Actions