diff options
author | dinoex <dinoex@FreeBSD.org> | 2015-11-18 14:21:59 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2015-11-18 14:21:59 +0800 |
commit | 7129be057557b370fa308bfdf656c7c36148168f (patch) | |
tree | 7d5a0788851ba4e35bc3da7d8e86a58eb3eaef85 /print | |
parent | ca3c7c6031cd02e6c94bd74921bbe2fef34d7203 (diff) | |
download | freebsd-ports-gnome-7129be057557b370fa308bfdf656c7c36148168f.tar.gz freebsd-ports-gnome-7129be057557b370fa308bfdf656c7c36148168f.tar.zst freebsd-ports-gnome-7129be057557b370fa308bfdf656c7c36148168f.zip |
- fix whitespaces in patch
Diffstat (limited to 'print')
-rw-r--r-- | print/a2ps/files/patch-output.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/print/a2ps/files/patch-output.c b/print/a2ps/files/patch-output.c index 691d2d15dc5d..a58e3bfc8d68 100644 --- a/print/a2ps/files/patch-output.c +++ b/print/a2ps/files/patch-output.c @@ -1,13 +1,13 @@ Fix for CVE-2015-8107 http://www.openwall.com/lists/oss-security/2015/11/16/4 ---- lib/output.c.orig 2015-11-16 15:29:38 UTC -+++ lib/output.c -@@ -525,7 +525,7 @@ output_file (struct output * out, a2ps_j - expand_user_string (job, FIRST_FILE (job), - (const uchar *) "Expand: requirement", - (const uchar *) token)); -- output (dest, expansion); -+ output (dest, "%s", expansion); - continue; +--- lib/output.c.orig 1999-08-31 19:42:41.000000000 +0200 ++++ lib/output.c 2015-11-18 07:08:31.672864000 +0100 +@@ -525,7 +525,7 @@ + expand_user_string (job, FIRST_FILE (job), + (const uchar *) "Expand: requirement", + (const uchar *) token)); +- output (dest, expansion); ++ output (dest, "%s", expansion); + continue; } - + |