comparison src/version.c @ 10561:e025378406d1 v8.0.0170

patch 8.0.0170: crash in channel test commit https://github.com/vim/vim/commit/e32abbe42c921c5e521420417abe5bc301e540b3 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 10 22:57:34 2017 +0100 patch 8.0.0170: crash in channel test Problem: Channel test fails for using freed memory. Solution: Fix memory use in json_decode().
author Christian Brabandt <cb@256bit.org>
date Tue, 10 Jan 2017 23:00:05 +0100
parents 4d8be28b5913
children bac9cec298ed
comparison
equal deleted inserted replaced
10560:1c09563f6fa4 10561:e025378406d1
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 170,
767 /**/ 769 /**/
768 169, 770 169,
769 /**/ 771 /**/
770 168, 772 168,
771 /**/ 773 /**/