]> granicus.if.org Git - vim/commit
patch 8.1.0439: recursive use of getcmdline() still not protected v8.1.0439
authorBram Moolenaar <Bram@vim.org>
Sun, 30 Sep 2018 15:11:48 +0000 (17:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 30 Sep 2018 15:11:48 +0000 (17:11 +0200)
commit438d176e35c16d56ff3bb7a80300197ce5a30c4f
tree8b98767d59772aa5f4ec3357aa1eae1400db53fe
parentb434ae2a1fcbbd43244c6130451de7f14346e224
patch 8.1.0439: recursive use of getcmdline() still not protected

Problem:    Recursive use of getcmdline() still not protected.
Solution:   Instead of saving the command buffer when making a call which may
            cause recursiveness, save the buffer when actually being called
            recursively.
src/ex_getln.c
src/getchar.c
src/main.c
src/proto/ex_getln.pro
src/version.c