src/protocols/rendezvous/mdns.c

changeset 8842
db3fa3ae3c19
parent 8840
414e20c7c010
child 9416
2ac97f07def4
equal deleted inserted replaced
8841:10a8031f6651 8842:db3fa3ae3c19
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

mercurial