]> granicus.if.org Git - vim/commit
patch 9.0.0172: trying to allocate zero bytes v9.0.0172
authorBram Moolenaar <Bram@vim.org>
Mon, 8 Aug 2022 16:08:05 +0000 (17:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 8 Aug 2022 16:08:05 +0000 (17:08 +0100)
commit1024690c015921b0a458172bc368133f63af1b89
tree8a45303ba94fd06f32d5c5e00cafae9524a8bd70
parent6e5c61119a07b513a99baa9618e8182a74fd7e24
patch 9.0.0172: trying to allocate zero bytes

Problem:    Trying to allocate zero bytes.
Solution:   Do not allocate the proptype array when there are none.
            (closes #10867)
src/testdir/test_textprop.vim
src/textprop.c
src/version.c