comparison src/version.c @ 18062:0b351691071c v8.1.2026

patch 8.1.2026: possibly using uninitialized memory Commit: https://github.com/vim/vim/commit/dbec74907eb614517bcf27116d5aad32e087f241 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 13 22:16:21 2019 +0200 patch 8.1.2026: possibly using uninitialized memory Problem: Possibly using uninitialized memory. Solution: Check if "dict" is NULL. (closes https://github.com/vim/vim/issues/4925)
author Bram Moolenaar <Bram@vim.org>
date Fri, 13 Sep 2019 22:30:03 +0200
parents 31546178bc83
children 8b4f9be5db73
comparison
equal deleted inserted replaced
18061:93f5d0f8d833 18062:0b351691071c
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 2026,
760 /**/ 762 /**/
761 2025, 763 2025,
762 /**/ 764 /**/
763 2024, 765 2024,
764 /**/ 766 /**/