Skip to content

Encoding safety

Luke Champine requested to merge enc into master

Patch vulnerabilities in the decoding functions. Variable length types will no longer be allocated if they exceed 4MB. In addition, if the decoder will not decode more than 10MB while decoding a single type.

Merge request reports