]> granicus.if.org Git - vim/commit
patch 8.1.0985: crash with large number in regexp v8.1.0985
authorBram Moolenaar <Bram@vim.org>
Thu, 28 Feb 2019 05:25:00 +0000 (06:25 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 28 Feb 2019 05:25:00 +0000 (06:25 +0100)
commitab350f89f9646e07aefe16a32ba3ddb847496b4a
tree31e46202b9d76c49c1f0634e4ae68c81cd5c1991
parentc69efcb42fd98d9fcd5f7e01e3b029b0b777df0f
patch 8.1.0985: crash with large number in regexp

Problem:    Crash with large number in regexp. (Kuang-che Wu)
Solution:   Check for long becoming negative int. (closes #)
src/regexp.c
src/testdir/test_search.vim
src/version.c