Closed EllipticEllipsis closed 2 years ago
Goal: get a whole project to compile with ASAN on
Currently known UB:
wrapper___ll_mul
cfe
wrapper___ll_lshift
z_en_ossan.c
Fixed in #31
Goal: get a whole project to compile with ASAN on
Currently known UB:
wrapper___ll_mul
will cause UB if multiplicands are too large (known to occur incfe
). Proposed solution: cast the multiplicands to unsigned first.wrapper___ll_lshift
will cause UB if shift is too large (occurs in OoTz_en_ossan.c
)