[erlang-bugs] TXT record decoding bug in inet_dns

Matthew Dempsky matthew.dempsky@REDACTED
Mon Oct 6 17:26:07 CEST 2008


2008/10/6 Geoff Cant <nem@REDACTED>:
> inet_dns incorrectly decodes the RData for TXT records as RData instead
> of [Length | Text] = RData, Text. (The RData for TXT records is encoded
> as <<Len:8, Text:Len/binary>>).

RDATA for TXT records allows more than one character string.



More information about the erlang-bugs mailing list