comparison src/version.c @ 11289:e0309111d976 v8.0.0530

patch 8.0.0530: buffer overflow when 'columns' is very big commit https://github.com/vim/vim/commit/658a3a2caf5852d071b6b1be92d9d6614a6208dc Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 31 22:27:12 2017 +0200 patch 8.0.0530: buffer overflow when 'columns' is very big Problem: Buffer overflow when 'columns' is very big. (Nikolai Pavlov) Solution: Correctly compute where to truncate. Fix translation. (closes #1600)
author Christian Brabandt <cb@256bit.org>
date Fri, 31 Mar 2017 22:30:04 +0200
parents e800e8149a5b
children 783ec3826b0c
comparison
equal deleted inserted replaced
11288:b0cf68080f6a 11289:e0309111d976
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 530,
767 /**/ 769 /**/
768 529, 770 529,
769 /**/ 771 /**/
770 528, 772 528,
771 /**/ 773 /**/