summaryrefslogtreecommitdiff
path: root/.git-blame-ignore-revs
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2024-12-20 16:43:02 -0800
committerGitHub <noreply@github.com>2024-12-20 16:43:02 -0800
commit4d8a933e1136159160f2b45ad3a9a1c82021a75b (patch)
tree3cd2878e4a938b1878f4adbae9a2967200e31cb9 /.git-blame-ignore-revs
parent5ed6cf191aa88b424f6784ba27ac2ab069234fd7 (diff)
downloadbinaryen-4d8a933e1136159160f2b45ad3a9a1c82021a75b.tar.gz
binaryen-4d8a933e1136159160f2b45ad3a9a1c82021a75b.tar.bz2
binaryen-4d8a933e1136159160f2b45ad3a9a1c82021a75b.zip
Fix UBSan on CI (#7173)
The UBSan builder started failing with an error about a misaligned store in wasm-ctor-eval.cpp. The store was already done via `memcpy` to avoid alignment issues, but apparently this is no longer enough. Use `void*` as the destination type to further avoid giving the impression of guaranteed alignment. Also fix UB when executing std::abs on minimum negative integers in literal.cpp.
Diffstat (limited to '.git-blame-ignore-revs')
0 files changed, 0 insertions, 0 deletions