1
0
forked from aniani/vim

patch 9.0.0733: use of strftime() is not safe

Problem:    Use of strftime() is not safe.
Solution:   Check the return value of strftime().  Use a larger buffer and
            correctly pass the available space. (Dominique Pellé, closes
            #11348)
This commit is contained in:
Dominique Pelle
2022-10-12 13:30:25 +01:00
committed by Bram Moolenaar
parent d987642626
commit 84d14ccdb5
2 changed files with 22 additions and 11 deletions

View File

@@ -699,6 +699,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
733,
/**/
732,
/**/