diff options
author | oni-link <knil.ino@gmail.com> | 2014-12-03 12:45:31 +0100 |
---|---|---|
committer | oni-link <knil.ino@gmail.com> | 2014-12-03 13:41:17 +0100 |
commit | eae3105ee3ebc09549f2db2c1f3125a74c223c41 (patch) | |
tree | f15a07250b2e80d95fc1eef74b4e46ffe02beeb9 /runtime/doc/manpages/vim.1 | |
parent | e2e63832e3621a279a9f9a93564cd93b22f549df (diff) | |
download | rneovim-eae3105ee3ebc09549f2db2c1f3125a74c223c41.tar.gz rneovim-eae3105ee3ebc09549f2db2c1f3125a74c223c41.tar.bz2 rneovim-eae3105ee3ebc09549f2db2c1f3125a74c223c41.zip |
channel.c: Fix for heap-use-after-free
ASAN detected this heap-use-after-free.
A job started by channel_from_job() could terminate and result in a call
to free_channel(), while channel_send_call() was still active/pending
and accessing Channel elements.
Original patch by @tarruda.
Diffstat (limited to 'runtime/doc/manpages/vim.1')
0 files changed, 0 insertions, 0 deletions