-
Notifications
You must be signed in to change notification settings - Fork 32
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
Build fails with Android libc #23
Comments
Where does that 5 come from? |
This seems to be a buffer overflow bug too. Needs quick fixing. |
Not really. The given line will write four intended bytes and one junk byte to a file. It's impossible to alter stack or heap. The most severe effect would be a crash if the next byte after |
Does it compile with ba9e9da? |
Yep. But I am getting this warning:
The |
This is the error I get when I build ZMusic with Android NDK.
The text was updated successfully, but these errors were encountered: