--- bind-8.2/src/bin/host/host.c.host Mon Jan 11 16:15:38 1999 +++ bind-8.2/src/bin/host/host.c Wed Mar 31 10:51:54 1999 @@ -1310,6 +1310,7 @@ amtToRead = len; cp = buf.qb2; + if (amtToRead > NS_PACKETSZ) amtToRead=NS_PACKETSZ; while (amtToRead > 0 && (numRead = read(sockFD, cp, amtToRead)) > 0) { cp += numRead;