asn1c/libasn1parser
Bi-Ruei, Chiu 80fd3065f4 Merge PR99 and its fixes to support parsing Information Object and Information Object Set
This is a collection of works :

1. Based on @zhanglei002's pull request 99.

2. A fix by @AuthenticEshkinKot and merged by @mouse07410 at
   commit 2c8d366bbe1fc4e4c041e9b0eb9779f8a42d754b of https://github.com/mouse07410/asn1c
   to support parsing of Information Object and Information Object Set

3. A fix by @Uri Blumenthal in asn1fix_derefv.c at :
   commit ec0ade4f87c807e763e3f35fc5466adb6dda3473 of https://github.com/mouse07410/asn1c
   to solve crash on asn1p_value_free().

4. My pull request 18 to @mouse07410's https://github.com/mouse07410/asn1c to solve
   problems found during parsing ASN.1 modules of S1AP, RANAP and J2735-201603.

5. My pull request 22 to @mouse07410's https://github.com/mouse07410/asn1c to solve issue 147
   and to solve the problem during parsing ASN.1 module of NBAP.

6. My pull request 23 to @mouse07410's https://github.com/mouse07410/asn1c to fix memory leakage
   introduced in aforementioned commits.
   Most code changes are the same as pull request 153 to this repository.

7. A fix of my bug in item 6 which result asn1c crash, fixed by @mouse07410.
2017-05-07 22:20:30 +08:00
..
Makefile.am useless -all-static 2014-10-13 02:43:57 +00:00
asn1p_class.c Merge PR99 and its fixes to support parsing Information Object and Information Object Set 2017-05-07 22:20:30 +08:00
asn1p_class.h Merge PR99 and its fixes to support parsing Information Object and Information Object Set 2017-05-07 22:20:30 +08:00
asn1p_constr.c Merge PR99 and its fixes to support parsing Information Object and Information Object Set 2017-05-07 22:20:30 +08:00
asn1p_constr.h Merge PR99 and its fixes to support parsing Information Object and Information Object Set 2017-05-07 22:20:30 +08:00
asn1p_expr.c Fix some memory leakage found 2017-05-05 15:03:32 +08:00
asn1p_expr.h Merge PR99 and its fixes to support parsing Information Object and Information Object Set 2017-05-07 22:20:30 +08:00
asn1p_expr2uclass.h portability fixes 2005-02-25 14:20:30 +00:00
asn1p_expr_str.h gcc warning fix? 2016-01-10 20:41:57 -08:00
asn1p_l.c Merge PR99 and its fixes to support parsing Information Object and Information Object Set 2017-05-07 22:20:30 +08:00
asn1p_l.l Fix some memory leakage found 2017-05-05 15:03:32 +08:00
asn1p_list.h parsing-level support for [[ extension brackets ]] 2013-03-19 16:17:13 -07:00
asn1p_module.c Fix some memory leakage found 2017-05-05 15:03:32 +08:00
asn1p_module.h moved -DASN_PDU_COLLECTION into compiler 2006-09-17 04:52:50 +00:00
asn1p_oid.c Free memory pointed by oid->arcs 2016-11-08 22:37:39 +08:00
asn1p_oid.h standard modules are being picked up 2006-03-06 14:51:00 +00:00
asn1p_param.c Bug #86: Deletion of unnecessary checks before a few calls of asn1c functions 2016-03-14 17:07:26 +01:00
asn1p_param.h parameterization: direct assignment 2006-03-21 04:48:15 +00:00
asn1p_ref.c Merge PR99 and its fixes to support parsing Information Object and Information Object Set 2017-05-07 22:20:30 +08:00
asn1p_ref.h Merge PR99 and its fixes to support parsing Information Object and Information Object Set 2017-05-07 22:20:30 +08:00
asn1p_value.c Merge PR99 and its fixes to support parsing Information Object and Information Object Set 2017-05-07 22:20:30 +08:00
asn1p_value.h moved -DASN_PDU_COLLECTION into compiler 2006-09-17 04:52:50 +00:00
asn1p_xports.c Fix some memory leakage found 2017-05-05 15:03:32 +08:00
asn1p_xports.h restructured member variable names 2005-08-12 10:09:10 +00:00
asn1p_y.c Merge PR99 and its fixes to support parsing Information Object and Information Object Set 2017-05-07 22:20:30 +08:00
asn1p_y.h removed more unnecessary checks 2017-03-26 03:48:48 -07:00
asn1p_y.y Merge PR99 and its fixes to support parsing Information Object and Information Object Set 2017-05-07 22:20:30 +08:00
asn1parser.c Fix some memory leakage found 2017-05-05 15:03:32 +08:00
asn1parser.h Merge PR99 and its fixes to support parsing Information Object and Information Object Set 2017-05-07 22:20:30 +08:00
expr-h.pl gcc warning fix? 2016-01-10 20:41:57 -08:00