The issue is perhaps due to IP fragmentation where the offset in the DNS record is higher than the current slice length. This caused panic in DNS handling.
Also, similar issue occurred while trying to get a string from utf_8 (also likely due to fragmentation).
The issue is perhaps due to IP fragmentation where the offset in the DNS record is higher than the current slice length. This caused panic in DNS handling.
Also, similar issue occurred while trying to get a string from
utf_8
(also likely due to fragmentation).