rasn
rasn copied to clipboard
per decode length constrains filter issue
when a SIZE constrains is 0..65535, the Size.range function will return 65536, but in the filter of decode*length function, it compares range <= u16::MAX which is 65535.
So the valid size constrain is filtered out.