rusticata / der-parser

BER/DER parser written in pure Rust. Fast, zero-copy, safe.
Apache License 2.0
84 stars 29 forks source link

Parsing empty sequences fail #27

Closed chifflier closed 4 years ago

chifflier commented 4 years ago

Parsing an empty sequence (30 00) fails: Incomplete(Size(1))

Length 0 is wrongly interpreted as indefinite length.

chifflier commented 4 years ago

Fixed in 114c0e83a676f0237c0336e37fc8ccfc3841ae7b