Replace unwrap with expect (#1684)
* Replace unwrap with expect * Move expect to call sites * Bubble errors up and trap * Update wasm * Update invalid pointer * Remove test which makes problems in CI * Check for underflow
Showing
- substrate/core/executor/src/allocator.rs 85 additions, 52 deletionssubstrate/core/executor/src/allocator.rs
- substrate/core/executor/src/sandbox.rs 41 additions, 5 deletionssubstrate/core/executor/src/sandbox.rs
- substrate/core/executor/src/wasm_executor.rs 8 additions, 8 deletionssubstrate/core/executor/src/wasm_executor.rs
- substrate/core/executor/src/wasm_utils.rs 1 addition, 1 deletionsubstrate/core/executor/src/wasm_utils.rs
- substrate/core/executor/wasm/src/lib.rs 1 addition, 0 deletionssubstrate/core/executor/wasm/src/lib.rs
Please register or sign in to comment