misc: don't os_exit(1) causing core on SIGINT 61/28261/1
authorChristian E. Hopps <[email protected]>
Fri, 27 Sep 2019 17:52:50 +0000 (13:52 -0400)
committerAndrew Yourtchenko <[email protected]>
Wed, 12 Aug 2020 11:16:27 +0000 (11:16 +0000)
commitc9563e60fec8964a63ffe2542883eece66e616d0
tree9bbe3c75a66f60ad56bf481d6a841d2a184d1eb9
parentc7e6b50fddca4f4d4580ba433a7c260372a27e00
misc: don't os_exit(1) causing core on SIGINT

It's not typical for a program to core when it receives a SIGINT, so
keep this from happening.

Type: fix
Signed-off-by: Christian E. Hopps <[email protected]>
Change-Id: I2c15985a57e6ea898ff05c4001e4b30b41154eba
(cherry picked from commit 10a8bda37eed33ada1e7c6ece7bda1fe066ba541)
src/vlib/unix/main.c