comparison src/version.c @ 31418:462508d04341 v9.0.1042

patch 9.0.1042: ASAN gives false alarm about array access. Commit: https://github.com/vim/vim/commit/4ae0057308c59a0dee2b452736366e49a5a98b3a Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 9 22:49:23 2022 +0000 patch 9.0.1042: ASAN gives false alarm about array access. Problem: ASAN gives false alarm about array access. Solution: Use an intermediate pointer.
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Dec 2022 00:00:03 +0100
parents f088f1d97eee
children dcd73efec7de
comparison
equal deleted inserted replaced
31417:ed18fed96c8f 31418:462508d04341
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1042,
698 /**/ 700 /**/
699 1041, 701 1041,
700 /**/ 702 /**/
701 1040, 703 1040,
702 /**/ 704 /**/