You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SigSet: Fix incorrect implementation of Eq, PartialEq and Hash (#1946)
`signal::SigSet` derives `Eq`, `PartialEq` and `Hash`, but on linux, sigfillset(3)
only initializes the first 64 bits, leaving the rest uninitialized.
So two `signal::SigSets` can be different even though both have the
same set of signals.
Signed-off-by: German Maglione <[email protected]>
0 commit comments