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.
Revision | Action | file |
1.7 | modify | pkgsrc/net/bind4/Makefile |
1.3 | modify | pkgsrc/net/bind4/distinfo |
1.1 | add | pkgsrc/net/bind4/patches/patch-aa |
1.1 | add | pkgsrc/net/bind4/patches/patch-ab |