Closed ferranbt closed 1 year ago
This PR fixes a bug in which upon decoding a length for the array of bytes, the length of the rest of the data was not checked correctly. It also includes a fuzzing test that panics if the check is not done.
length
The latest updates on your projects. Learn more about Vercel for Git ↗︎
This PR fixes a bug in which upon decoding a
length
for the array of bytes, the length of the rest of the data was not checked correctly. It also includes a fuzzing test that panics if the check is not done.