Skip to content

systemd-helper-helper: correctly set SA_SIGINFO

Ratchanan Srirattanamet requested to merge personal/peat-psuwit/sa_siginfo into main

Since we use sa_sigaction in struct sigaction, we have to specify SA_SIGINFO. It was accidentally working in the past because sa_handler and sa_sigaction was sharing a space in a union, however it was called with a wrong signature.

Merge request reports