Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/dist/bind/lib/irs Pull up revision 1.3 (requested by it...



details:   https://anonhg.NetBSD.org/src/rev/2282b38da439
branches:  netbsd-1-6
changeset: 528212:2282b38da439
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Jun 28 11:50:48 2002 +0000

description:
Pull up revision 1.3 (requested by itojun in ticket #387):
Update to BIND 8.3.3.  Fixes buffer overrun in resolver code.

diffstat:

 dist/bind/lib/irs/irp_p.h |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r af9399e7c3e1 -r 2282b38da439 dist/bind/lib/irs/irp_p.h
--- a/dist/bind/lib/irs/irp_p.h Fri Jun 28 11:50:22 2002 +0000
+++ b/dist/bind/lib/irs/irp_p.h Fri Jun 28 11:50:48 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: irp_p.h,v 1.2 2000/10/08 20:03:13 is Exp $     */
+/*     $NetBSD: irp_p.h,v 1.2.2.1 2002/06/28 11:50:48 lukem Exp $      */
 
 /*
  * Copyright (c) 1996 by Internet Software Consortium.
@@ -18,7 +18,7 @@
  */
 
 /*
- * Id: irp_p.h,v 8.1 1999/01/18 07:46:54 vixie Exp
+ * Id: irp_p.h,v 8.2 2001/08/10 02:40:52 marka Exp
  */
 
 #ifndef _IRP_P_H_INCLUDED
@@ -55,8 +55,7 @@
 int irs_irp_get_full_response(struct irp_p *pvt, int *code,
                              char *text, size_t textlen,
                              char **body, size_t *bodylen);
-int irs_irp_send_command(struct irp_p *pvt, const char *fmt, ...)
-     __attribute__((__format__(__printf__, 2, 3)));
+int irs_irp_send_command(struct irp_p *pvt, const char *fmt, ...) ISC_FORMAT_PRINTF(2, 3);
 
 
 extern int irp_log_errors;



Home | Main Index | Thread Index | Old Index