diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-03-08 09:18:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-08 09:18:03 +0800 |
commit | d0b3c872192152d5b09a92e53e3986b9fe64a3d9 (patch) | |
tree | 2fdff287ea8af9c62baea69c84dfd81fe88c4b4d /runtime/lua/vim/_editor.lua | |
parent | dc2379b89bd00cf7aa661e1b000d2a419843df3f (diff) | |
download | rneovim-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 'runtime/lua/vim/_editor.lua')
0 files changed, 0 insertions, 0 deletions