Author :
Tobias Stoeckmann
Date :
2019-04-22 19:58:56
Hash :4a1088ba Message :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>