comparison src/version.c @ 18305:f4db8631d9c5 v8.1.2147

patch 8.1.2147: crash when allocating memory fails Commit: https://github.com/vim/vim/commit/53efb18530cc3940d7af2ea338947783ea5495ed Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 13 19:49:26 2019 +0200 patch 8.1.2147: crash when allocating memory fails Problem: Crash when allocating memory fails. (Zu-Ming Jiang) Solution: Check that 'spellcapcheck' is not NULL. (closes https://github.com/vim/vim/issues/5048)
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Oct 2019 20:00:04 +0200
parents 86887d3fd6f7
children 176fa195b95d
comparison
equal deleted inserted replaced
18304:0df82ef32974 18305:f4db8631d9c5
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 2147,
756 /**/ 758 /**/
757 2146, 759 2146,
758 /**/ 760 /**/
759 2145, 761 2145,
760 /**/ 762 /**/