forked from vlm/asn1c
-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Description
When using APER in a CHOICE it segfaults on this line (ct may be NULL):
asn1c/skeletons/constr_CHOICE.c
Line 1169 in a29f447
| if(aper_put_nsnnwn(po, ct->range_bits, present - specs->ext_start)) |
For example when encoding ChoiceExtended1 in this asn definition:
Enum ::= ENUMERATED { one, two, three, four }
ChoiceExtended1 ::= CHOICE {
a Enum,
...,
b Enum
}
Metadata
Metadata
Assignees
Labels
No labels