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

ND_OPT_MTU handler blindly sets bad MTUs #8

Closed
gregular opened this issue Jun 12, 2013 · 1 comment
Closed

ND_OPT_MTU handler blindly sets bad MTUs #8

gregular opened this issue Jun 12, 2013 · 1 comment

Comments

@gregular
Copy link

Some mis-configured servers send the ND_OPT_MTU parameter as 0 or potentially other invalid values. The linux kernel does bounds checking on the MTU option and will ignore values < IPV6_MIN_MTU.

@sbyx
Copy link
Member

sbyx commented Jun 13, 2013

I added some sanity checks. Thanks for the hint.

@sbyx sbyx closed this as completed Jun 13, 2013
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

No branches or pull requests

2 participants