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
Thanks, I'll try and get this integrated this weekend. Medium-term I think it would be best for this library to switch to a maintained external DNS serialization library though.
The name parsing uses a
u16
offset and recurses without checking if the value is zero. That may cause an infinite loop that blows up the stack and crashes the process.See tailhook/dns-parser@c840c17 for a fix.
The text was updated successfully, but these errors were encountered: