CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2015/01/15 18:10:10
Modified files: usr.sbin/nsd : udb.c Log message: Merge in a commit from upstream.. - Fix bug#637: fix that nsd.db grows limitlessly, an off by one on one megabyte free chunks, created during AXFRs of large zones, that caused the one megabyte chunk to be leaked. ok sthen@