]> granicus.if.org Git - vim/commit
patch 8.0.0537: illegal memory access with :z and large count v8.0.0537
authorBram Moolenaar <Bram@vim.org>
Sun, 2 Apr 2017 13:45:17 +0000 (15:45 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 2 Apr 2017 13:45:17 +0000 (15:45 +0200)
commitfa0ad0bb0b4255e64ebcf9269d60a942e0ae7ff9
treeae65d2686b40af1da994593c849770d973651095
parent69f40be64555d50f603c6f22722cf762aaa6bbc1
patch 8.0.0537: illegal memory access with :z and large count

Problem:    Illegal memory access with :z and large count.
Solution:   Check for number overflow, using long instead of int. (Dominique
            Pelle, closes #1612)
src/Makefile
src/ex_cmds.c
src/testdir/test_alot.vim
src/testdir/test_ex_z.vim [new file with mode: 0644]
src/version.c