diff options
author | bptato <nincsnevem662@gmail.com> | 2023-06-25 22:53:57 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-06-26 00:46:53 +0200 |
commit | d0c4570fffec4c4d9db909f59b7f70c89e012acf (patch) | |
tree | 2657c9686c2854f5cc2a5486a80b88a788b2266d /doc | |
parent | 0524bed395cfeb467812854c55673c8dc87a1bde (diff) | |
download | chawan-d0c4570fffec4c4d9db909f59b7f70c89e012acf.tar.gz |
Fix crash in openEditor if SIGINT was delivered
nvi for example sets ISIG and traps SIGINT. Without this patch, this would propagate to all processes in the same process group and kill them. (It still does, but we set a signalHandler to ignore that.) Still not perfect, because for some reason we receive WIFSIGNALED even if the signal did not actually kill the editor. For now, we just treat this as a success.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions