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
Importing a function from a JSON interface which returns bytes generates bytecode which does not clamp bytes length, potentially resulting in a buffer overrun.
Impact
Importing a function from a JSON interface which returns
bytes
generates bytecode which does not clamp bytes length, potentially resulting in a buffer overrun.Patches
0.3.2 (as of 049dbdc)
Workarounds
Use .vy interfaces.