fc varint unpacking out of bound check#7419
Conversation
b1bart
left a comment
There was a problem hiding this comment.
Please submit the changes to fc in a PR to that repo so that it can be integrated into the master branch there and then pulled into this submodule.
In addition, please place the new test cases into their own test module, perhaps test_io_raw.cpp and follow the pattern(s) established in the other test modules so that it is logically easier to find test cases related to certain systems.
|
You'll need to merge in changes from develop too. Looks like you're using older build scripts that don't install c++ properly and allow it to build on our new base images. |
Sure. Would you check EOSIO/fc#99? |
fix #7378
Change Description
out of bound check for unpacking fc::signed_int and fc::unsigned_int. add test cases
Consensus Changes
N/A
API Changes
N/A
Documentation Additions
N/A