perlin-network / life

A secure WebAssembly VM catered for decentralized applications.
MIT License
1.7k stars 119 forks source link

Fixed code that was silently ignoring pancis #103

Open mfateev opened 4 years ago

mfateev commented 4 years ago

A return statement defined within the function body is not executed during panic handling, so the value of retError variable defined within the body is ignored leading to silent drop of the panic within the function body.