Project

General

Profile

Actions

Bug #358

closed

alert-debuglog causes "Outputs" thread to fail

Added by Victor Julien over 12 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
High
Assignee:
Target version:
Affected Versions:
Effort:
Difficulty:
Label:

Description

This check seems to be wrong:

            ret = StreamSegmentForEach(p, flag,
                                 AlertDebugPrintStreamSegmentCallback,
                                 (void *)aft);
            if (ret != 1) {
                SCMutexUnlock(&aft->file_ctx->fp_mutex);
                return TM_ECODE_FAILED;
            }


Files

Actions #1

Updated by Eric Leblond over 12 years ago

Patch proposed.

Actions #2

Updated by Victor Julien over 12 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 90 to 100

Applied, thanks Eric!

Actions

Also available in: Atom PDF