comparison src/version.c @ 14828:421e120ffb30 v8.1.0426

patch 8.1.0426: accessing invalid memory in SmcOpenConnection() commit https://github.com/vim/vim/commit/4841a7ccaed57f723016656e9683b587ac91f621 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 22 14:08:49 2018 +0200 patch 8.1.0426: accessing invalid memory in SmcOpenConnection() Problem: Accessing invalid memory in SmcOpenConnection(). Solution: Reduce size of errorstring by one. (Dominique Pelle, closes https://github.com/vim/vim/issues/3469)
author Christian Brabandt <cb@256bit.org>
date Sat, 22 Sep 2018 14:15:05 +0200
parents 75d474a8868a
children 9d9e4a929357
comparison
equal deleted inserted replaced
14827:56b71e259a61 14828:421e120ffb30
792 NULL 792 NULL
793 }; 793 };
794 794
795 static int included_patches[] = 795 static int included_patches[] =
796 { /* Add new patch number below this line */ 796 { /* Add new patch number below this line */
797 /**/
798 426,
797 /**/ 799 /**/
798 425, 800 425,
799 /**/ 801 /**/
800 424, 802 424,
801 /**/ 803 /**/