]> granicus.if.org Git - strace/commit
signal: fix thinko in sa_restorer
authorMike Frysinger <vapier@gentoo.org>
Sun, 10 Aug 2014 02:12:55 +0000 (22:12 -0400)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 10 Aug 2014 09:23:22 +0000 (09:23 +0000)
commit6ab2ed119aa46a5accd6d2a952033375169e727a
tree59ceec0a817fe1855d2ebdfab419b10b93f17dfe
parent0189ff919bfcb5e8339eb6c8eef0a1801201f647
signal: fix thinko in sa_restorer

Previous commit here re-added the bugs trying to be fixed due to a
logic thinko.  The patches were tested in isolation and hand merged
later.  Oops.

* signal.c (struct new_sigaction): Change || to &&.
signal.c