serenity/Tests/LibWasm
Andrew Kaster 8d015bd71c test-wasm: Don't cast signed values to unsigned types in wasm_invoke
If a negative value ends up in one of the arguments for an invoked
function, we don't want to cast it from a floating point type to an
unsigned type. This fixes a float-cast-overflow UBSAN error on macOS
with llvm 15.0.6.
2022-12-25 07:58:58 -07:00
..
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
test-wasm.cpp test-wasm: Don't cast signed values to unsigned types in wasm_invoke 2022-12-25 07:58:58 -07:00