mouse07410 / asn1c

The ASN.1 Compiler
http://lionet.info/asn1c/
BSD 2-Clause "Simplified" License
93 stars 70 forks source link

SEQUENCE_free, CHOICE_free null pointer check fix #155

Closed v0-e closed 8 months ago

v0-e commented 8 months ago

Moves the null pointer check of the type descriptor in SEQUENCE_free and CHOICE_free before it is accessed.