]> Kevux Git Server - fll/commit
Bugfix: Output stream is not properly unlocked on signal.
authorKevin Day <thekevinday@gmail.com>
Tue, 8 Nov 2022 04:05:54 +0000 (22:05 -0600)
committerKevin Day <thekevinday@gmail.com>
Tue, 8 Nov 2022 04:05:54 +0000 (22:05 -0600)
commitef67a4d3c6f172b276f13c3a29e04cfe15630080
tree31455f266e4cc11160ecdc4f59e5e4b91f862649
parent740ab4dec47cf67121781efa3c4106be9ddd0ad0
Bugfix: Output stream is not properly unlocked on signal.

The output stream is locked during some loops.
When an appropriate signal is received while in one of these loops, the program exits.
The output stream must be unlocked before returning.
level_3/status_code/c/status_code.c