-
Notifications
You must be signed in to change notification settings - Fork 245
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
[crash/fuzzing] Resources exhaustion (CPU/MEM) using wasmprinter::print_bytes() #52
Comments
Here is another one that trigger an error this time:
Download: mem_alloc_failed_wasmprinter.zip |
Thanks for the report! Turns out those are both the same issue, fixed by #53. |
alexcrichton
added a commit
to alexcrichton/wasm-tools
that referenced
this issue
Jul 15, 2020
Don't inflate a small file to gigabytes of `(local` declarations! cc bytecodealliance#52
fitzgen
pushed a commit
to fitzgen/wasm-tools
that referenced
this issue
Oct 21, 2020
Updates the requirements on [wasmparser](https://github.com/bytecodealliance/wasmparser.rs) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/wasmparser.rs/releases) - [Commits](https://github.com/bytecodealliance/wasmparser.rs/commits) Signed-off-by: dependabot-preview[bot] <[email protected]>
frank-emrich
added a commit
to frank-emrich/wasm-tools
that referenced
this issue
Aug 11, 2023
…-merge Weekly upstream dev merge
dhil
added a commit
to dhil/wasm-tools
that referenced
this issue
Jan 26, 2024
This patch removes the bespoke "WasmFX CI workflow" in favour of the using upstream's workflows. The only changes required to run upstream's workflows were to change a few strings, e.g. "bytecodealliance/wasm-tools" to "wasmfx/wasmfx-tools".
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
During fuzzing of
wasmprinter
, I trigger a resources exhaustion bug leading to full CPU usage when parsing a crafted wasm module. The file is only 650 bytes in size.Download: huge_cpu_usage_wasmprinter.zip
Repo:
The text was updated successfully, but these errors were encountered: