]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: Panic on most epoll_ctl() failures
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Fri, 8 Mar 2019 10:34:29 +0000 (12:34 +0200)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Thu, 21 Mar 2019 08:03:04 +0000 (10:03 +0200)
commitfb40704e37ffcc5c2b9a6f0baaa2dcde3b825092
treeb2f023fce53a40764feacc5797e035031c2166fe
parent9b9d7463097a3ec7376c5b7addb6837a0a4534b3
lib: Panic on most epoll_ctl() failures

Anything except ENOSPC or ENOMEM points to a bug in code. Getting core dump
from those helps debugging.
src/lib/ioloop-epoll.c