mirror of
https://github.com/bellard/quickjs.git
synced 2026-01-03 23:22:58 +03:00
Fix UB signed integer overflow in js_math_imul
- Use uint32_t arithmetics and Standard conformant conversion to avoid UB in js_math_imul. - add builtin tests - use specific object directories for SAN targets
This commit is contained in:
Reference in New Issue
Block a user