Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

validate high order two bits of first dns label octet #494

Merged
merged 5 commits into from
Jan 3, 2023

Conversation

bwillcox
Copy link
Contributor

No description provided.

src/dns.cpp Outdated Show resolved Hide resolved
Co-authored-by: Matias Fontanini <matias.fontanini@gmail.com>
src/dns.cpp Outdated
stream.skip(1);
break;
}
else if ((value & 0x3f) == value) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh I think the diff was bad, this is duplicated now. Sorry!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no worries; all looks ok now I think...

@mfontanini mfontanini merged commit f89cc9f into mfontanini:master Jan 3, 2023
@mfontanini
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants