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

Fixed buffer-overflow in asking for command for ping6 app #1958

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixed buffer-overflow in asking for command for ping6 app #1958

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Nov 30, 2016

Buffer command is only 20 characters big. Malicious input could be much larger and overflow the buffer, corrupting memory.

@nvt
Copy link
Member

nvt commented Dec 5, 2016

This application could probably be removed, but restricting the input to stay within bounds is good while it is kept.

alexrayne pushed a commit to alexrayne/contiki that referenced this pull request Jul 9, 2022
ipv6: remove duplicate uip_chksum declaration
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.

2 participants