comparison src/version.c @ 17883:6249953b0609 v8.1.1938

patch 8.1.1938: may crash when out of memory Commit: https://github.com/vim/vim/commit/c507a2d164cfa3dcf31a7ba9dad6663a17243bb4 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 29 21:32:55 2019 +0200 patch 8.1.1938: may crash when out of memory Problem: May crash when out of memory. Solution: Initialize v_type to VAR_UNKNOWN. (Dominique Pelle, closes https://github.com/vim/vim/issues/4871)
author Bram Moolenaar <Bram@vim.org>
date Thu, 29 Aug 2019 21:45:04 +0200
parents 3b571532be0a
children 5e2d8840da11
comparison
equal deleted inserted replaced
17882:f7890929f547 17883:6249953b0609
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1938,
764 /**/ 766 /**/
765 1937, 767 1937,
766 /**/ 768 /**/
767 1936, 769 1936,
768 /**/ 770 /**/