comparison src/version.c @ 9573:9946c4c33598 v7.4.2064

commit https://github.com/vim/vim/commit/4f5c5f29806e53251b7a7b68ce7de86a21ff8015 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 17 22:25:36 2016 +0200 patch 7.4.2064 Problem: Coverity warns for possible buffer overflow. Solution: Use vim_strcat() instead of strcat().
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Jul 2016 22:30:07 +0200
parents 5eaa708ab50d
children 7ee1c83e3ddf
comparison
equal deleted inserted replaced
9572:414afa129098 9573:9946c4c33598
756 NULL 756 NULL
757 }; 757 };
758 758
759 static int included_patches[] = 759 static int included_patches[] =
760 { /* Add new patch number below this line */ 760 { /* Add new patch number below this line */
761 /**/
762 2064,
761 /**/ 763 /**/
762 2063, 764 2063,
763 /**/ 765 /**/
764 2062, 766 2062,
765 /**/ 767 /**/