]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1475: invalid memory access in read_redo() v8.0.1475
authorBram Moolenaar <Bram@vim.org>
Tue, 6 Feb 2018 21:52:49 +0000 (22:52 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 6 Feb 2018 21:52:49 +0000 (22:52 +0100)
commitf12519dec88251305793f1651f558d16506b4be2
tree8aadf8dd05eeee8a35273f34b3cff77f2ed91452
parentdd08b6a32b639b8c7a11275e04ae0a7ffc43aed0
patch 8.0.1475: invalid memory access in read_redo()

Problem:    Invalid memory access in read_redo(). (gy741)
Solution:   Convert the replacement character back from a negative number to
            CR or NL. (hint by Dominique Pelle, closes #2616)
src/normal.c
src/ops.c
src/testdir/test_undo.vim
src/version.c
src/vim.h