remove longjmp in signalhandler of prompter
authorPhilipp Takacs <philipp@bureaucracy.de>
Sat, 21 Feb 2015 10:05:43 +0000 (11:05 +0100)
committerPhilipp Takacs <philipp@bureaucracy.de>
Sun, 22 Feb 2015 22:12:15 +0000 (23:12 +0100)
commit11f38fca55972832ee09a3b1ac8693050500545b
treea494fb78a2751c4ce2d71f0c4f4d5cedfa2eb405
parent8edab16f7a56c8e822f94609b69c4f95ee2eec3b
remove longjmp in signalhandler of prompter

to avoid undefined behavior use close(2) in the signal handler
uip/prompter.c