3
0
mirror of https://github.com/Qortal/AT.git synced 2025-02-11 17:55:52 +00:00
catbref aadf987514 Correct bounds check in FunctionCode.getHashData()
The test "functionData.value2 > state.numDataPages" was incorrect
because value2 contains a a BYTE count, so could be up to 8 times
bigger than state.numDataPages!

Reverted back to looser check of "functionData.value2 > Integer.MAX_VALUE"
2020-04-14 14:56:40 +01:00
..