diff src/version.c @ 28646:a2cf17d0d5da v8.2.4847

patch 8.2.4847: crash when using uninitialized function pointer Commit: https://github.com/vim/vim/commit/a5d3590505fc3e1deea990560d472baa563abed7 Author: LemonBoy <thatlemon@gmail.com> Date: Fri Apr 29 21:15:02 2022 +0100 patch 8.2.4847: crash when using uninitialized function pointer Problem: Crash when using uninitialized function pointer. Solution: Check for NULL pointer. (closes https://github.com/vim/vim/issues/10319, closes https://github.com/vim/vim/issues/10319)
author Bram Moolenaar <Bram@vim.org>
date Fri, 29 Apr 2022 22:30:03 +0200
parents 0c63014c2513
children 2cd937e40c40
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4847,
+/**/
     4846,
 /**/
     4845,