librasn / rasn

A Safe #[no_std] ASN.1 Codec Framework
Other
183 stars 43 forks source link

COER: Fix invalid handling of zero padding on length of length #268

Closed Nicceboy closed 2 weeks ago

Nicceboy commented 2 weeks ago

Validation was previously done based on the wrong variable.

XAMPPRocky commented 2 weeks ago

Thank you for your PR!