Actions
Optimization #7430
opendns: parse more than 255 name segments to find end of name
Effort:
Difficulty:
Label:
Description
Currently if the DNS parser hits the 255 label limit with no pointer reached, and not end of name indicator, parsing will fail, as we don't yet know the end of the data. Per @Philippe Antoine we should just keep on parsing if not loop condition is hit - this will get us to the end of data.
Updated by Jason Ish 8 months ago
- Blocked by Security #7280: dns: quadratic complexity in logging and invalid json as output added
Updated by Victor Julien 4 months ago
- Target version changed from 8.0.0-beta1 to 9.0.0-beta1
Actions