can-utils icon indicating copy to clipboard operation
can-utils copied to clipboard

canlogserver: Fix termination after signal

Open yashi opened this issue 1 year ago • 2 comments

With f45de1b782c083, we've removed unsafe function exit(3) from the signal handler. But that made canlogserver's accept(3)ing process not exit; It unconditionally keeps running with EINTR.

Check the variable "running" when signaled and exit with an appropriate error code.

yashi avatar Apr 06 '23 09:04 yashi

this commit should be "canlogserver: fix termination after signal"

Because before that there was a proper exit of the application. Also please add a "Fixes:" tag into the commit message.

hartkopp avatar Apr 06 '23 10:04 hartkopp

@hartkopp ping

yashi avatar May 14 '23 23:05 yashi