-
Notifications
You must be signed in to change notification settings - Fork 18
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
Buffer overflow in libfuse patch #35
Comments
Closed
Actually... won't https://github.com/AppImage/type2-runtime/pull/32/files fix this once it finally gets reviewed and merged? |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This adds to the string's pointer, it does not make a string concatenation at all. e.g it will lead to the following tries:
With Xs being invalid memory addresses.
The text was updated successfully, but these errors were encountered: