You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I lost quite a few hours fighting this off, so I thought I would voice this concern over here 😉
TLDR is packing a message with an empty string as its RR header name works, but unpacking it will fail with the rather obscure message dns: overflowing header size.
The reason behind this is likely from commit fdcdc6d which I'm not too sure why it is there, but assuming there is a reason for it, I feel like the Unpack method should work with empty name strings? If not, at least return a more explicit error stating the RR header name cannot be empty??
Thanks!
The text was updated successfully, but these errors were encountered:
I lost quite a few hours fighting this off, so I thought I would voice this concern over here 😉
TLDR is packing a message with an empty string as its RR header name works, but unpacking it will fail with the rather obscure message
dns: overflowing header size
.I wrote a little test to show the problem:
The reason behind this is likely from commit fdcdc6d which I'm not too sure why it is there, but assuming there is a reason for it, I feel like the Unpack method should work with empty name strings? If not, at least return a more explicit error stating the RR header name cannot be empty??
Thanks!
The text was updated successfully, but these errors were encountered: