comparison src/version.c @ 10369:4e5b307638cb v8.0.0079

commit https://github.com/vim/vim/commit/2b946c9f9b0e0fd805fb8f3e4c16e0a68ae13129 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 12 18:14:44 2016 +0100 patch 8.0.0079 Problem: Accessing freed memory in quickfix. (Domenique Pelle) Solution: Do not free the current list when adding to it.
author Christian Brabandt <cb@256bit.org>
date Sat, 12 Nov 2016 18:15:04 +0100
parents 4e4e116e3689
children 2579df47c3b6
comparison
equal deleted inserted replaced
10368:5af80d389b65 10369:4e5b307638cb
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 79,
767 /**/ 769 /**/
768 78, 770 78,
769 /**/ 771 /**/
770 77, 772 77,
771 /**/ 773 /**/