comparison src/version.c @ 13569:97720d9a01d4 v8.0.1657

patch 8.0.1657: crash when reading a channel commit https://github.com/vim/vim/commit/9af9778209cd0cbb284f6ff7e88f707418089975 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 3 12:51:01 2018 +0200 patch 8.0.1657: crash when reading a channel Problem: Crash when reading a channel. Solution: Clear the write flag before writing. (idea by Shinya Ohyanagi, closes #2769).
author Christian Brabandt <cb@256bit.org>
date Tue, 03 Apr 2018 13:00:07 +0200
parents 4f2acb6a10b6
children 362b27e3f702
comparison
equal deleted inserted replaced
13568:5ec18e517884 13569:97720d9a01d4
760 NULL 760 NULL
761 }; 761 };
762 762
763 static int included_patches[] = 763 static int included_patches[] =
764 { /* Add new patch number below this line */ 764 { /* Add new patch number below this line */
765 /**/
766 1657,
765 /**/ 767 /**/
766 1656, 768 1656,
767 /**/ 769 /**/
768 1655, 770 1655,
769 /**/ 771 /**/