]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2018: using freed memory when out of memory and displaying message v8.1.2018
authorBram Moolenaar <Bram@vim.org>
Mon, 9 Sep 2019 18:04:13 +0000 (20:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 9 Sep 2019 18:04:13 +0000 (20:04 +0200)
commite5fbd7393067c279860598ac8359d1617b1082b9
tree2b7d0d632f24b3659717bccf8c4d9e70f2c1f95b
parent96e38a86a710fb6daec4550ac1667f019dc3a40e
patch 8.1.2018: using freed memory when out of memory and displaying message

Problem:    Using freed memory when out of memory and displaying message.
Solution:   Make a copy of the message first.
src/main.c
src/message.c
src/normal.c
src/version.c