You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(memory): avoid overflow in sum of memory region lengths
The fuzzer caught an issue with the sum of the memory region lengths
that could lead to an overflow as there is no check. Replace the sum
with a try_fold to also check for overflow.
Signed-off-by: Riccardo Mancini <mancio@amazon.com>
0 commit comments