esa / asn1scc

ASN1SCC: An open source ASN.1 compiler for embedded systems
https://www.thanassis.space/asn1.html
Other
272 stars 58 forks source link

--field-prefix AUTO Flag Causes Command to Hang #296

Closed usr3-1415 closed 8 months ago

usr3-1415 commented 8 months ago

It has been observed that the latest version of asn1scc exhibits a regression when the --field-prefix AUTO flag is used in conjunction with ASN.1 schema files. Specifically, the command:

asn1scc --field-prefix AUTO *.asn

fails to terminate, indefinitely hanging. In contrast, running the command without the --field-prefix flag results in expected behavior, with the command completing within a second.

usr3-1415 commented 8 months ago

Fixed