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

fix buffer overflow #41

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

fix buffer overflow #41

wants to merge 6 commits into from

Conversation

MonsteRico
Copy link

Fixes #40 the strings were being copied via strcpy but it wasn't accounting for the null character. Tested it and it appears to work fine.

@MonsteRico
Copy link
Author

Only the first commit should be necessary, the other commits are my testing of random things. Didn't realize they were included. Should just need those +1's

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.

Buffer overflow when using
1 participant