comparison src/version.c @ 26939:ae2324aca26b v8.2.3998

patch 8.2.3998: asan error for adding zero to NULL Commit: https://github.com/vim/vim/commit/48824e952f7db8ca657fe20e66456fc19fca6815 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 4 16:05:48 2022 +0000 patch 8.2.3998: asan error for adding zero to NULL Problem: Asan error for adding zero to NULL. Solution: Do not compute pointer if there are no entries.
author Bram Moolenaar <Bram@vim.org>
date Tue, 04 Jan 2022 17:15:02 +0100
parents 7045e9308ca3
children 33120321ff2c
comparison
equal deleted inserted replaced
26938:454a33e055be 26939:ae2324aca26b
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 3998,
753 /**/ 755 /**/
754 3997, 756 3997,
755 /**/ 757 /**/
756 3996, 758 3996,
757 /**/ 759 /**/