Filip Demski (Glamhoth)
Results
1
issues of
Filip Demski (Glamhoth)
Let's consider the following ASN.1 file: ``` MYMODULE DEFINITIONS ::= BEGIN MyArray ::= SEQUENCE (SIZE(20)) OF INTEGER (1..20) MySeq ::= SEQUENCE { data MyArray(SIZE(20)) } END ``` C file that...