Skip Menu |
 

Date: Mon, 03 May 2010 20:16:57 +0200
From: Guillaume Rousse <Guillaume.Rousse@inria.fr>
To: krb5-bugs@MIT.EDU
Subject: [patch] fix format errors in krb5-appl-1.0
Hello.

Here's a patch fixing various format errors in krb5-appl 1.0. Please
review and merge, it helps distributions enforcing the use of -Wformat
-Werror=format-security build flags.
--
BOFH excuse #258:

That's easy to fix, but I can't be bothered.

Message body is not shown because sender requested not to inline it.

From: ghudson@mit.edu
Subject: SVN Commit

Fixed some uses of variables as format strings. Based on a patch from
Guillaume Rousse <Guillaume.Rousse@inria.fr>. Deferred changes to
telnet/utilities.c.


Commit By: ghudson
Revision: 3299
Changed Files:
U trunk/gssftp/ftp/cmds.c
U trunk/gssftp/ftpd/ftpd.c
From: ghudson@mit.edu
Subject: SVN Commit

Fix more uses of non-constant strings as format specifiers. From
Guillaume Rousse <Guillaume.Rousse@infria.fr>.


Commit By: ghudson
Revision: 3326
Changed Files:
U trunk/telnet/telnet/utilities.c