dusk-network / piecrust

General purpose virtual machine for running WASM smart contracts
Mozilla Public License 2.0
22 stars 13 forks source link

Fix audit-reported under/overflows #346

Closed ureeves closed 6 months ago

ureeves commented 6 months ago

Fixing these required the introduction of an error variant called Error::ArgumentBufferOverflow, to handle possible instance of callers calling contracts with way too long arguments.

Resolves #343