comparison src/version.c @ 9307:eb52a2670c96 v7.4.1936

commit https://github.com/vim/vim/commit/67e3720a9ddd8a9d2e8344358c28fa1f4196db0d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 14 21:32:28 2016 +0200 patch 7.4.1936 Problem: Off-by-one error in bounds check. (Coverity) Solution: Check register number properly.
author Christian Brabandt <cb@256bit.org>
date Tue, 14 Jun 2016 21:45:06 +0200
parents 4981cd0802c7
children 178252c6850e
comparison
equal deleted inserted replaced
9306:6eb5bb2b63de 9307:eb52a2670c96
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1936,
756 /**/ 758 /**/
757 1935, 759 1935,
758 /**/ 760 /**/
759 1934, 761 1934,
760 /**/ 762 /**/