| 32 /* |
32 /* |
| 33 * XXX - This entire file could use another pair of eyes to audit for |
33 * XXX - This entire file could use another pair of eyes to audit for |
| 34 * any possible buffer overflow exploits. It doesn't even HAVE to be |
34 * any possible buffer overflow exploits. It doesn't even HAVE to be |
| 35 * a pair, neither--one eye would suffice. Oh, snap, somebody call |
35 * a pair, neither--one eye would suffice. Oh, snap, somebody call |
| 36 * One Eyed Willie. |
36 * One Eyed Willie. |
| |
37 */ |
| |
38 |
| |
39 /* |
| |
40 * XXX - Store data for NULL ResourceRecords so that rr->rdata contains |
| |
41 * both the length and the data. This length will always be equal to |
| |
42 * rr->rdlength... but it fits in more with the rest of the code. |
| |
43 * rr->rdata should not need a separate length value to determine |
| |
44 * how many bytes it will take. |
| 37 */ |
45 */ |
| 38 |
46 |
| 39 #include "internal.h" |
47 #include "internal.h" |
| 40 #include "debug.h" |
48 #include "debug.h" |
| 41 |
49 |