Do not try to shut down the event loop when it is not initialized.
Doing so caused us to crash in some unusual circumstances, such as using --verify-config to verify a configuration that failed during the options_act() stage. Fixes bug 32407; bugfix on 0.3.3.1-alpha.
Showing
- changes/ticket32407 4 additions, 0 deletionschanges/ticket32407
- src/core/mainloop/mainloop.c 4 additions, 0 deletionssrc/core/mainloop/mainloop.c
- src/lib/evloop/compat_libevent.c 10 additions, 0 deletionssrc/lib/evloop/compat_libevent.c
- src/lib/evloop/compat_libevent.h 3 additions, 0 deletionssrc/lib/evloop/compat_libevent.h
changes/ticket32407
0 → 100644
Please register or sign in to comment