Commit 4a1088baf40928673317f10614fb15da9933ad4e

Tobias Stoeckmann 2019-04-22T19:58:56

Enforce limit of NSIG signals. It doesn't make sense to allow a signal number higher than NSIG. The NSIG check already exists in signal.c for internally used functions. As this is a programming error of libevent consumers, this is a purely defensive mechanism. Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>