Skip to content

Commit

Permalink
Consolidated Security Fixes for 1.8.4
Browse files Browse the repository at this point in the history
- WebAssembly checktime fixes

Co-Authored-By: Matt Witherspoon <[email protected]>
  • Loading branch information
arhag and spoonincode committed Sep 24, 2019
1 parent 9f248b1 commit d3ea86b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libraries/chain/include/eosio/chain/wasm_eosio_injection.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -754,8 +754,9 @@ namespace eosio { namespace chain { namespace wasm_injections {


struct post_op_injectors : wasm_ops::op_types<pass_injector> {
using loop_t = wasm_ops::loop <checktime_injection>;
using call_t = wasm_ops::call <fix_call_index>;
using loop_t = wasm_ops::loop <checktime_injection>;
using call_t = wasm_ops::call <fix_call_index>;
using grow_memory_t = wasm_ops::grow_memory <checktime_injection>;
};

template <typename ... Visitors>
Expand Down

0 comments on commit d3ea86b

Please sign in to comment.