-
Couldn't load subscription status.
- Fork 728
Fix crash issue if wasm file is malformed(armv7 32bit) #853
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
Conversation
@JavanZhu Thanks for reporting the issue! Your fix might be not complete and some spec cases run failed. I updated have the patch according to my understanding, could you help review and test it? |
Fix possible integer overflow unchecked issue when checking wasm/aot file format.
Environment
aot file content like following will cause runtime to crash in 32bit system(the value of p is overflow):
malformed.aot.zip