LS/GENKEY: Fix undefined behavior.
commit776647180022c7059b2483b9a5bf65472aa21e99
authorBen Kibbey <bjk@luxsci.net>
Fri, 23 Feb 2018 21:08:50 +0000 (23 13:08 -0800)
committerBen Kibbey <bjk@luxsci.net>
Fri, 23 Feb 2018 21:08:50 +0000 (23 13:08 -0800)
tree8fd2e840449c37e3ebe2c3cd61c7ecbaa63d5f1f
parenteb1926fe77ff0ab862d782adddeda42b7e36cff8
LS/GENKEY: Fix undefined behavior.

From the manual page:

The  effect  of  the use of return, break, continue, and goto to prema‐
turely leave a code block described by a pair of pthread_cleanup_push()
and pthread_cleanup_pop() functions calls is undefined.
src/commands.c