https://github.com/generEOS/eosio.random/blob/master/random.cpp#L16 The inputted data length is the size of a pointer not `int` as it should be. On architecture where pointer size is greater than int this will result in data over-read.
https://github.com/generEOS/eosio.random/blob/master/random.cpp#L16
The inputted data length is the size of a pointer not
intas it should be. On architecture where pointer size is greater than int this will result in data over-read.