bug in 8.2.2.t3b

Chris Turbeville turbo at flern.onramp.net
Fri Sep 17 17:37:50 UTC 1999


The addition of AAAA record types for update has injected a bug in
rdata_expand (in bin/named/ns_update.c).
This should fix it:
1497c1497
<               if (dlen != NS_IN6ADDRSZ)
---
>               if (dlen != NS_IN6ADDRSZ && type == T_AAAA)

-Chris
-- 
cturbeville at verio.net          Chris Turbeville                    Verio Central
       Send mail with subject "send PGP Key" for PGP 2.6.2 Public key


More information about the bind-users mailing list