mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-10 13:56:50 +00:00
Decoding did not reject byte arrays of length one with a single element b where 55 < b < 128. Such byte arrays must be rejected because they must be encoded as the single byte b instead.