]> granicus.if.org Git - vim/commit
patch 8.2.3721: using memory freed by losing the clipboard selection v8.2.3721
authorBram Moolenaar <Bram@vim.org>
Thu, 2 Dec 2021 18:42:33 +0000 (18:42 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 2 Dec 2021 18:42:33 +0000 (18:42 +0000)
commit9ac38129b6d409f73e29b1d51a5d459cf050410f
tree6425c200c8015001df1e61d3c633a32f48f6f6e2
parent69c76171f1a78b829196f72d7010fbe1d9ad2944
patch 8.2.3721: using memory freed by losing the clipboard selection

Problem:    Using memory freed by losing the clipboard selection. (Dominique
            PellĂ©)
Solution:   Check y_array is still valid after calling changed_lines().
            (closes #9253)
src/errors.h
src/register.c
src/version.c