Files
glibc/hurd
Samuel Thibault 1d19ddf714 hurd: Sign-extend the sigcode passed to msg_sig_post
The negative sigcodes are reserved for SI_* values, we need to keep them
negative when extending to exc_subcode's long type.

This fixes the comparison in HURD_PREEMPT_SIGNAL_P for the signal preemptor
for setitimer, thus fixing considering it.it_interval.

Reported-by: David Yang <mmyangfl@gmail.com>
2026-03-01 17:04:09 +01:00
..