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
Improve DNS response parser to limit recursion for compressed labels
This prevents a possible infinite recursion in malformed DNS response
messages. The maximum recursion depth is limited to 127 labels, matching
the maximum host name length of 255 permitted as per DNS specs.
0 commit comments