3571e53040
patches for easier mirroring, to eliminate a special copy, to make www.freebsd.org/security a full copy of security.freebsd.org and be eventually be the same. For now files are just sitting there. The symlinks are missing. Discussed on: www (repository location) Discussed with: simon (so)
13 lines
443 B
Diff
13 lines
443 B
Diff
Index: contrib/bind9/lib/dns/ncache.c
|
|
===================================================================
|
|
--- contrib/bind9/lib/dns/ncache.c (revision 220971)
|
|
+++ contrib/bind9/lib/dns/ncache.c (working copy)
|
|
@@ -186,7 +186,7 @@
|
|
*/
|
|
isc_buffer_availableregion(&buffer,
|
|
&r);
|
|
- if (r.length < 2)
|
|
+ if (r.length < 3)
|
|
return (ISC_R_NOSPACE);
|
|
isc_buffer_putuint16(&buffer,
|
|
rdataset->type);
|