We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I just ran into a bug in wasmfs that I think UBSAN would have picked up. See #24257
It looks like we build libwasmfs as AsanInstrumentedLibrary, but we have no equivalent for ubsan
The text was updated successfully, but these errors were encountered:
InstrumentedLibrary means when the user build is a sanitizer build, the libraries would be as well?
Sorry, something went wrong.
Yes.. although we only do that for asan and not ubsan today. There is no way to build system libraries with ubsan today AFAICT.
Enable ubsan versions of system libraries
d9b376b
Fixes: emscripten-core#24261
Successfully merging a pull request may close this issue.
I just ran into a bug in wasmfs that I think UBSAN would have picked up. See #24257
It looks like we build libwasmfs as AsanInstrumentedLibrary, but we have no equivalent for ubsan
The text was updated successfully, but these errors were encountered: