Subject: CVS commit: pkgsrc/net/bind4
To: None <pkgsrc-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: pkgsrc-changes
Date: 06/26/2002 09:00:51
Module Name:	pkgsrc
Committed By:	itojun
Date:		Wed Jun 26 06:00:51 UTC 2002

Modified Files:
	pkgsrc/net/bind4: Makefile distinfo
Added Files:
	pkgsrc/net/bind4/patches: patch-aa patch-ab

Log Message:
avoid remote buffer overrun on hostbuf[].  From: Joost Pol <joost@pine.nl>

correct bad practice in the code - it uses two changing variables
to manage buffer (buf and buflen).  we eliminate buflen and use
fixed point (ep) as the ending pointer.

this fix is critical.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/net/bind4/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/net/bind4/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/net/bind4/patches/patch-aa \
    pkgsrc/net/bind4/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.