Subject: CVS commit: pkgsrc/net/bind4
From: Jun-ichiro itojun Hagino
Date: 2002-06-26 08:00:51
Message id: 20020626060051.BFBFEB009@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.7modifypkgsrc/net/bind4/Makefile
1.3modifypkgsrc/net/bind4/distinfo
1.1addpkgsrc/net/bind4/patches/patch-aa
1.1addpkgsrc/net/bind4/patches/patch-ab