Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
um: wrong sigmask saved in case of multiple sigframes
we can't just find oldmask once; if there are multiple signals and we loop building sigframes for those, ->saved_mask will be definitely wrong for all but the first one. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
- Loading branch information