• Show log

    Commit

  • Hash : 4a1088ba
    Author : Tobias Stoeckmann
    Date : 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>