]> git.pld-linux.org Git - packages/coreutils.git/blob - format-security.patch
- moved readlink to /bin (why we had it in /usr?!)
[packages/coreutils.git] / format-security.patch
1 --- coreutils-8.20/gnulib-tests/test-xvasprintf.c~      2012-10-23 16:17:25.000000000 +0200
2 +++ coreutils-8.20/gnulib-tests/test-xvasprintf.c       2012-12-17 23:51:09.622359300 +0100
3 @@ -95,7 +95,7 @@
4    {
5      /* Silence gcc warning about zero-length format string.  */
6      const char *empty = "";
7 -    result = xasprintf (empty);
8 +    result = xasprintf ("%s",empty);
9      ASSERT (result != NULL);
10      ASSERT (strcmp (result, "") == 0);
11      free (result);
This page took 0.724783 seconds and 3 git commands to generate.