aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/ui.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-03-08 09:18:03 +0800
committerGitHub <noreply@github.com>2024-03-08 09:18:03 +0800
commitd0b3c872192152d5b09a92e53e3986b9fe64a3d9 (patch)
tree2fdff287ea8af9c62baea69c84dfd81fe88c4b4d /src/nvim/api/ui.c
parentdc2379b89bd00cf7aa661e1b000d2a419843df3f (diff)
downloadrneovim-d0b3c872192152d5b09a92e53e3986b9fe64a3d9.tar.gz
rneovim-d0b3c872192152d5b09a92e53e3986b9fe64a3d9.tar.bz2
rneovim-d0b3c872192152d5b09a92e53e3986b9fe64a3d9.zip
fix(process): avoid potential data race on exit (#27769)
On exit, pty_process_close() may be called after pty_process_finish1() but before start_wait_eof_timer(), in which case the timer shouldn't be started because pty_process_close() has already closed it.
Diffstat (limited to 'src/nvim/api/ui.c')
0 files changed, 0 insertions, 0 deletions