-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
stack corruption with big write #480
Comments
Could you post a reproducible example? |
Ok I ran some experiments and found out that this code reproduces the problem :
This depends on the calling context (either if this code is split between functions or not, etc). The The stack corruption only appears on the next function return. edit : forgot to mention that this problem doesn't occur on Linux |
Does it happen on the latest |
Not the last commit on |
I've traced your example code in the debugger and don't see anything that might cause stack corruption. However, note that |
Might be related to #491 which has just been fixed. |
I'm getting a
libc: stack corruption detected
when usingMemoryWriter::write("{}", msg)
with a big (> 5k) string asmsg
.This is happening on Android (Nougat).
any idea ?
The text was updated successfully, but these errors were encountered: