]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1160: ASAN error for ufunc_T allocated with wrong size v9.0.1160
authorBram Moolenaar <Bram@vim.org>
Sun, 8 Jan 2023 20:31:18 +0000 (20:31 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 8 Jan 2023 20:31:18 +0000 (20:31 +0000)
commite01e5215f927f83778ad7494abb0007aa52d08c3
tree733b0428f47732fcc2cf83ce583aa62d622961b6
parent8367716a6e9589d61a771e6c329da05c9b55e61a
patch 9.0.1160: ASAN error for ufunc_T allocated with wrong size

Problem:    ASAN error for ufunc_T allocated with wrong size.
Solution:   Make sure the size can always fit the struct.
src/userfunc.c
src/version.c