commit | e01e5215f927f83778ad7494abb0007aa52d08c3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 08 20:31:18 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 08 20:31:18 2023 +0000 |
tree | 733b0428f47732fcc2cf83ce583aa62d622961b6 | |
parent | 8367716a6e9589d61a771e6c329da05c9b55e61a [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index a9a5404..021f1b5 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1160, +/**/ 1159, /**/ 1158,