commit | a5d3590505fc3e1deea990560d472baa563abed7 | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Fri Apr 29 21:15:02 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 29 21:15:02 2022 +0100 |
tree | e200256192c75945b72f039f507c10e9b1c5e306 | |
parent | bad8a013c238595aa206690210eb1367fbc878f9 [diff] [blame] |
patch 8.2.4847: crash when using uninitialized function pointer Problem: Crash when using uninitialized function pointer. Solution: Check for NULL pointer. (closes #10319, closes #10319)
diff --git a/src/version.c b/src/version.c index eddc6c9..ee5a9ab 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4847, +/**/ 4846, /**/ 4845,