[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Infinite loop in _asn1_expand_identifier
From: |
Nikos Mavrogiannopoulos |
Subject: |
Re: Infinite loop in _asn1_expand_identifier |
Date: |
Sat, 30 Dec 2017 22:30:14 +0100 |
On Wed, Dec 27, 2017 at 9:16 PM, Aaron Hughes <address@hidden> 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