Morgan Hill

Results 5 issues of Morgan Hill

d1 is the original import from the fuzzer that is decoded into s1. We then encode s1 to get d2. d1 and d2 are different but this is acceptable and...

I've been doing a spot of testing of the new OER implementation and found some inputs that produce encoder output that the OER decoder refuses to decode. @XAMPPRocky asked that...

kind/bug
help wanted
area/codec

The debug assertion at https://github.com/librasn/rasn/blob/main/src/types/strings/ia5.rs#L132 can be reached with via the OER decoder. In production build this assertion is not present resulting in invalid characters in the decoded string. ```rust...

I relatively often find code I want to run with Miri that depends on libc getuid when targeting linux. At least to my mind it is a basic operating system...