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.
Actions