comparison src/version.c @ 10974:7d735b86f764 v8.0.0376

patch 8.0.0376: size computations in spell file reading are off commit https://github.com/vim/vim/commit/6d3c8586fc81b022e9f06c611b9926108fb878c7 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 26 15:27:23 2017 +0100 patch 8.0.0376: size computations in spell file reading are off Problem: Size computations in spell file reading are not exactly right. Solution: Make "len" a "long" and check with LONG_MAX.
author Christian Brabandt <cb@256bit.org>
date Sun, 26 Feb 2017 15:30:03 +0100
parents 488cda29455b
children f97a72ad8ffa
comparison
equal deleted inserted replaced
10973:00caec82ffc8 10974:7d735b86f764
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 376,
767 /**/ 769 /**/
768 375, 770 375,
769 /**/ 771 /**/
770 374, 772 374,
771 /**/ 773 /**/