]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0033: crash when make_extmatch() runs out of memory v8.2.0033
authorBram Moolenaar <Bram@vim.org>
Sun, 22 Dec 2019 18:40:40 +0000 (19:40 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 22 Dec 2019 18:40:40 +0000 (19:40 +0100)
commit7c77b3496710f1be3232cfdc7f6812347fbd914a
tree01d299dccb0ad0645eb1a01fa07d1c49a01136cf
parent7c2a2f869b0f5a3e36f5e7d83923a264426e434c
patch 8.2.0033: crash when make_extmatch() runs out of memory

Problem:    Crash when make_extmatch() runs out of memory.
Solution:   Check for NULL. (Dominique Pelle, closs #5392)
src/regexp_bt.c
src/regexp_nfa.c
src/version.c