comparison src/version.c @ 33482:39b2e200c4d7 v9.0.1992

patch 9.0.1992: [security] segfault in exmode Commit: https://github.com/vim/vim/commit/20d161ace307e28690229b68584f2d84556f8960 Author: Christian Brabandt <cb@256bit.org> Date: Thu Oct 5 22:08:30 2023 +0200 patch 9.0.1992: [security] segfault in exmode Problem: segfault in exmode when redrawing Solution: skip gui_scroll when exmode_active Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 05 Oct 2023 22:15:03 +0200
parents f8dd278ab05f
children 66c2576530b3
comparison
equal deleted inserted replaced
33481:a98b4a9f8864 33482:39b2e200c4d7
702 NULL 702 NULL
703 }; 703 };
704 704
705 static int included_patches[] = 705 static int included_patches[] =
706 { /* Add new patch number below this line */ 706 { /* Add new patch number below this line */
707 /**/
708 1992,
707 /**/ 709 /**/
708 1991, 710 1991,
709 /**/ 711 /**/
710 1990, 712 1990,
711 /**/ 713 /**/