]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.5092: using "'<,'>" in Ex mode may compare unrelated pointers v8.2.5092
authorBram Moolenaar <Bram@vim.org>
Tue, 14 Jun 2022 14:43:18 +0000 (15:43 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 14 Jun 2022 14:43:18 +0000 (15:43 +0100)
commit48ce135e6d45e6c10ed0c0fc4cb8433bf647672a
treeb42d2c5cce81503ee124eade5c00c3febd3da1b8
parente564c7009dfb065fb5261e548b15f83d32f735c9
patch 8.2.5092: using "'<,'>" in Ex mode may compare unrelated pointers

Problem:    Using "'<,'>" in Ex mode may compare unrelated pointers.
Solution:   Set eap->cmd to "+" only later.
src/ex_docmd.c
src/version.c