]> git.pld-linux.org Git - packages/coreutils.git/blame - format-security.patch
- moved readlink to /bin (why we had it in /usr?!)
[packages/coreutils.git] / format-security.patch
CommitLineData
5b496f54
JR
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.119542 seconds and 4 git commands to generate.