* lib/vc-mtime.c (max_vc_mtime): Increase the size of argv by one
element.
+2025-05-04 Bruno Haible <bruno@clisp.org>
+
+ vc-mtime: Fix a buffer overflow.
+ * lib/vc-mtime.c (max_vc_mtime): Increase the size of argv by one
+ element.
+
2025-05-04 Bruno Haible <bruno@clisp.org>
getlocalename_l-unsafe: Fix typo in comment.
}
/* Room for passing arguments to git commands. */
- const char **argv = XNMALLOC (6 + nfiles + 1, const char *);
+ const char **argv = XNMALLOC (7 + nfiles + 1, const char *);
{
/* Put the relative file names into a hash table. This is needed