9879992112
*) Fixed a format string bug which is exploitable if --batch is not used. *) Checked all translations for format strings bugs. *) Removed the Russian translation due to too many bugs. *) Fixed keyserver access and expire time calculation. ok maintainer
13 lines
556 B
Plaintext
13 lines
556 B
Plaintext
$OpenBSD: patch-include_ttyio_h,v 1.1 2001/06/05 09:19:07 reinhard Exp $
|
|
--- include/ttyio.h.orig Fri May 25 08:42:50 2001
|
|
+++ include/ttyio.h Fri Jun 1 19:56:14 2001
|
|
@@ -24,7 +24,7 @@ int tty_batchmode( int onoff );
|
|
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5 )
|
|
void tty_printf (const char *fmt, ... ) __attribute__ ((format (printf,1,2)));
|
|
#else
|
|
- void tty_printf const char *fmt, ... );
|
|
+ void tty_printf (const char *fmt, ... );
|
|
#endif
|
|
void tty_print_string( byte *p, size_t n );
|
|
void tty_print_utf8_string( byte *p, size_t n );
|