Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sd-event: do not assert on invalid signal
The signalfd_siginfo struct is received from outside via a FD, hence assert() is not appropriate way to check it. Just do a normal runtime check. (cherry picked from commit 7a64c5f) Resolves: RHEL-51171
- Loading branch information