comparison src/version.c @ 11142:a54985a73ab2 v8.0.0458

patch 8.0.0458: potential crash if adding list or dict to dict fails commit https://github.com/vim/vim/commit/42f45b850df93b806ef44f3025aecedfffb9ae01 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 14 22:17:14 2017 +0100 patch 8.0.0458: potential crash if adding list or dict to dict fails Problem: Potential crash if adding list or dict to dict fails. Solution: Make sure the reference count is correct. (Nikolai Pavlov, closes #1555)
author Christian Brabandt <cb@256bit.org>
date Tue, 14 Mar 2017 22:30:05 +0100
parents 6b26e044b6f5
children e85aa0e46ca5
comparison
equal deleted inserted replaced
11141:b5ac92d0f31f 11142:a54985a73ab2
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 458,
767 /**/ 769 /**/
768 457, 770 457,
769 /**/ 771 /**/
770 456, 772 456,
771 /**/ 773 /**/