per decode length constrains filter issue #391
Labels
area/codec
Related to a new or existing ASN.1 codec.
area/constraints
Related to X.680 constraints for types in rasn.
help wanted
Extra attention is needed
kind/bug
Something isn't working
when a
SIZE
constrains is0..65535
, theSize.range
function will return65536
, but in the filter ofdecode*length
function, it comparesrange <= u16::MAX
which is 65535.So the valid size constrain is filtered out.
The text was updated successfully, but these errors were encountered: