comparison src/version.c @ 13258:6acb9148d83e v8.0.1503

patch 8.0.1503: access memory beyond end of string commit https://github.com/vim/vim/commit/cdd09aa51a8d34bb384460af4f91026dbff5bf48 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 11 15:38:40 2018 +0100 patch 8.0.1503: access memory beyond end of string Problem: Access memory beyond end of string. (Coverity) Solution: Keep allocated memory in separate pointer. Avoid outputting the NUL character.
author Christian Brabandt <cb@256bit.org>
date Sun, 11 Feb 2018 15:45:05 +0100
parents 69e86e6e5703
children ee1a1276a759
comparison
equal deleted inserted replaced
13257:611480b1f7f1 13258:6acb9148d83e
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1503,
774 /**/ 776 /**/
775 1502, 777 1502,
776 /**/ 778 /**/
777 1501, 779 1501,
778 /**/ 780 /**/