Actions
Bug #2454
closedmaster - suricata.c:2473-2474 - SIGUSR2 not wrapped in #ifndef OS_WIN32
Affected Versions:
Effort:
Difficulty:
Label:
Description
Build env: Windows 7 x64, MSYS2 mingw32-w64, gcc 7.2.0
Added in commit 8354f62b19ddef4aa49d980f614f1147ebf13a7e
commit 8354f62b19ddef4aa49d980f614f1147ebf13a7e Author: Maurizio Abba <mabba@lastline.com> Date: Wed Jan 24 12:09:11 2018 +0000 signal: enable SIGUSR2 after Reload when delayed-detect Enable SIGUSR2 Handler after the first rule reload when delayed-detect is enabled
This prevents a Windows build. All other instances are wrapped in conditional macros that are excluded for Windows builds.
Updated by Victor Julien over 6 years ago
- Status changed from New to Assigned
- Assignee set to Victor Julien
- Target version set to 4.1beta1
Updated by Victor Julien over 6 years ago
- Status changed from Assigned to Closed
Pushed a fix in https://github.com/OISF/suricata/pull/3273. Didn't test MinGW, so please reopen if the build still fails. Need to look at doing a MinGW build at AppVeyor.
Actions