Asn1DerParser.NET icon indicating copy to clipboard operation
Asn1DerParser.NET copied to clipboard

AsnFormatter.TestInputString throws exception when input string is less than 9 chars

Open Crypt32 opened this issue 11 months ago • 0 comments

This happens because of missing boundary check in AsnFormatter.TestInputString: https://github.com/PKISolutions/Asn1DerParser.NET/blob/98f2aac12b29f95e55dce76ff8b0006d5fa49893/Asn1Parser/StringToBinaryFormatter.cs#L27-L28

Crypt32 avatar Mar 06 '25 11:03 Crypt32