]> granicus.if.org Git - vim/commit
patch 8.1.0565: asan complains about reading before allocated block v8.1.0565
authorBram Moolenaar <Bram@vim.org>
Wed, 5 Dec 2018 18:46:07 +0000 (19:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 5 Dec 2018 18:46:07 +0000 (19:46 +0100)
commit10600db772a6b50093b8027509d7089c209d1e26
treec1cdf4d5fbd350eb2ce8710a0236b28caf65a4f5
parent88b53fd0521d1e62df17a8a1f2181425e9d4854c
patch 8.1.0565: asan complains about reading before allocated block

Problem:    Asan complains about reading before allocated block.
Solution:   Workaround: Avoid offset from becoming negative.
src/gui.c
src/version.c