Check for max length of string/opaque/array when decoding
bartekn opened this issue · 0 comments
bartekn commented
You can set max length in XDR like: Operation operations<MAX_OPS_PER_TX>
so without checking the length you can create value that is not valid.
Similar issue: nullstyle/go-xdr#4