comparison src/version.c @ 15782:5de143c7cd76 v8.1.0898

patch 8.1.0898: a messed up rgb.txt can crash Vim commit https://github.com/vim/vim/commit/0ea21e41c6789c356762f970ecf168a897dcf8b6 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 12 20:46:48 2019 +0100 patch 8.1.0898: a messed up rgb.txt can crash Vim Problem: A messed up rgb.txt can crash Vim. (Pavel Cheremushkin) Solution: Limit to 10000 entries. Also don't retry many times when the file cannot be read.
author Bram Moolenaar <Bram@vim.org>
date Tue, 12 Feb 2019 21:00:09 +0100
parents 5b6c3c7feba8
children 703220741ed1
comparison
equal deleted inserted replaced
15781:650911968ad2 15782:5de143c7cd76
781 NULL 781 NULL
782 }; 782 };
783 783
784 static int included_patches[] = 784 static int included_patches[] =
785 { /* Add new patch number below this line */ 785 { /* Add new patch number below this line */
786 /**/
787 898,
786 /**/ 788 /**/
787 897, 789 897,
788 /**/ 790 /**/
789 896, 791 896,
790 /**/ 792 /**/