comparison src/version.c @ 12335:df498e3e34fc v8.0.1047

patch 8.0.1047: buffer overflow in Ruby commit https://github.com/vim/vim/commit/00ccf54630dc68a9b8aedb92b268f3b697081f68 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 3 15:17:48 2017 +0200 patch 8.0.1047: buffer overflow in Ruby Problem: Buffer overflow in Ruby. Solution: Allocate one more byte. (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Sun, 03 Sep 2017 15:30:05 +0200
parents dea5dda9ef30
children 040a892d0eed
comparison
equal deleted inserted replaced
12334:807044c2bd36 12335:df498e3e34fc
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 1047,
772 /**/ 774 /**/
773 1046, 775 1046,
774 /**/ 776 /**/
775 1045, 777 1045,
776 /**/ 778 /**/