diff --git a/ChangeLog b/ChangeLog index c65a14d334..a22cb7133d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ ---------------------------------------------------------------------------------------- Scheduled Release 8.2310.0 (aka 2023.10) 2023-10-?? +- 2023-09-29: imrelp bufgifx: avoid crash on restart in imrelp SIGTTIN handler + While existing, if at specific time rsyslog receives a SIGTTIN, it + crashes due to 2 issues. + 1. debug.unloadModules="off" a double free of pRelpEngine + 2. debug.unloadModules="on" it crashes because the signal handler has + been unmapped from memory. + This patch covers both issues. + Thanks to Ali Abdallah for the patch. - 2023-09-28: fix startup issue on modern systemd systems When we startup AND are told to auto-background ourselfs, we must close all unneeded file descriptors. Not doing this has some