On Wed, Dec 27, 2017 at 9:16 PM, Aaron Hughes <[email protected]> wrote: > I'm getting an infinite loop in _asn1_expand_identifier when I run the code > in the attached main.c after using asn1Parser to generate an array from the > attached asn1 file. Am I doing something wrong?
Hi, I have not gone through the asn file you sent. Said that libtasn1 cannot handle recursive structures. If you have such structures you can still decode them using libtasn1, if you mark the recursive element as ANY type. If that's not the case, please sent a minimal reproducer. regards, Nikos
