--- src/bin/named/ns_resp.c.old 2003-05-30 20:52:14 +0900 +++ src/bin/named/ns_resp.c 2003-09-16 12:09:30 +0900 @@ -971,6 +971,16 @@ */ if (i < ancount) { /* Answer section. */ + /* HACK to kill Verisign stupidity + * --achurch@achurch.org */ + char IP_TO_KILL[] = {64,94,110,11}; + if (type == ns_t_a + && memcmp(dp->d_data, IP_TO_KILL, 4) == 0 + ) { + validanswer = 0; + db_detach(&dp); + continue; + } /* * Check for attempts to overflow the buffer in * getnameanswer.