comparison src/version.c @ 21240:e35955a787a8 v8.2.1171

patch 8.2.1171: possible crash when out of memory Commit: https://github.com/vim/vim/commit/58bb61cf5ee008254eb331bc3574eac87d2dcc4a Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 10 20:30:12 2020 +0200 patch 8.2.1171: possible crash when out of memory Problem: Possible crash when out of memory. Solution: Check for NULL pointer. (Dominique Pell?, closes https://github.com/vim/vim/issues/6432)
author Bram Moolenaar <Bram@vim.org>
date Fri, 10 Jul 2020 20:45:04 +0200
parents 136b33ce8216
children c2fbac867d9c
comparison
equal deleted inserted replaced
21239:bc30efb26e7d 21240:e35955a787a8
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1171,
757 /**/ 759 /**/
758 1170, 760 1170,
759 /**/ 761 /**/
760 1169, 762 1169,
761 /**/ 763 /**/