mirror of
https://github.com/wazero/wazero
synced 2026-06-21 14:12:37 +00:00
b5671f1033
Upper bound could overflow to zero ever after `hasSize` check. Issue only affects loads; tweaked code to match what's already done for stores. Fixes: #2505