Open
Description
When calling NewRR() on a TXT record, an escaped quote isn't properly de-escaped.
A line such as:
example.com. IN TXT "inner\"quote"
It gets parsed to: inner\"quote
I was expecting: inner"quote
Maybe I'm misreading the RFC? It just seems that without removing the \
there's no way to know what the \
means in the resulting string.
I've created #1383 to demonstrate the issue.
Metadata
Metadata
Assignees
Labels
No labels