empserver/src
Markus Armbruster 5315db952d lwp: Fix unsafe update of LwpSigCaught
lwpCatchAwaitedSig() is not reentrant.  lwpInitSigWait() attempts to
protect it by setting an appropriate signal mask, but screws up.  This
could conceivably lose signals.  Messed up when it got added in commit
7183516d9, v4.3.6.  Fix it.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
2021-01-17 21:24:28 +01:00
..
client Update copyright notice 2021-01-05 10:41:28 +01:00
lib lwp: Fix unsafe update of LwpSigCaught 2021-01-17 21:24:28 +01:00
scripts Update copyright notice 2021-01-05 10:41:28 +01:00
server New macro ARRAY_SIZE() 2021-01-17 21:24:28 +01:00
util fairland: Tidy up comments 2021-01-17 21:24:28 +01:00