asn1c/libasn1fix
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 Add code coverage using lcov and gcov 2017-03-26 04:42:26 -07:00
asn1fix.c Merge PR99 and its fixes to support parsing Information Object and Information Object Set 2017-05-07 22:20:30 +08:00
asn1fix.h effective constraint type for walking past SIZE() or FROM() nodes 2004-08-20 13:25:56 +00:00
asn1fix_bitstring.c api change 2006-09-12 05:19:28 +00:00
asn1fix_bitstring.h do not use reserved identifiers 2016-03-14 02:57:34 -07:00
asn1fix_class.c moved -DASN_PDU_COLLECTION into compiler 2006-09-17 04:52:50 +00:00
asn1fix_class.h do not use reserved identifiers 2016-03-14 02:57:34 -07:00
asn1fix_compat.c string type compatibility 2005-03-20 11:07:34 +00:00
asn1fix_compat.h do not use reserved identifiers 2016-03-14 02:57:34 -07:00
asn1fix_constr.c Fix some memory leakage found 2017-05-05 15:03:32 +08:00
asn1fix_constr.h do not use reserved identifiers 2016-03-14 02:57:34 -07:00
asn1fix_constraint.c Merge PR99 and its fixes to support parsing Information Object and Information Object Set 2017-05-07 22:20:30 +08:00
asn1fix_constraint.h do not use reserved identifiers 2016-03-14 02:57:34 -07:00
asn1fix_constraint_compat.c BMPString and UniversalString support 2006-11-24 11:20:27 +00:00
asn1fix_crange.c Bug #86: Deletion of unnecessary checks before calls of the function "free" 2016-03-15 08:35:24 +01:00
asn1fix_crange.h extensions of conditional native-typing to -fbless-SIZE constraints 2005-08-14 14:45:44 +00:00
asn1fix_cstring.c fixes for gcc 4.x 2005-06-15 18:41:50 +00:00
asn1fix_cstring.h do not use reserved identifiers 2016-03-14 02:57:34 -07:00
asn1fix_cws.c Merge PR99 and its fixes to support parsing Information Object and Information Object Set 2017-05-07 22:20:30 +08:00
asn1fix_cws.h Merge PR99 and its fixes to support parsing Information Object and Information Object Set 2017-05-07 22:20:30 +08:00
asn1fix_dereft.c refactored parameterization support 2006-03-21 03:40:38 +00:00
asn1fix_dereft.h do not use reserved identifiers 2016-03-14 02:57:34 -07:00
asn1fix_derefv.c Merge PR99 and its fixes to support parsing Information Object and Information Object Set 2017-05-07 22:20:30 +08:00
asn1fix_derefv.h do not use reserved identifiers 2016-03-14 02:57:34 -07:00
asn1fix_enum.c Enumeration constraints relaxed 2010-10-25 00:10:34 -07:00
asn1fix_enum.h do not use reserved identifiers 2016-03-14 02:57:34 -07:00
asn1fix_export.c refactored parameterization support 2006-03-21 03:40:38 +00:00
asn1fix_export.h do not use reserved identifiers 2016-03-14 02:57:34 -07:00
asn1fix_integer.c format and signedness mismatch fixes 2013-03-28 04:02:13 -07:00
asn1fix_integer.h do not use reserved identifiers 2016-03-14 02:57:34 -07:00
asn1fix_internal.h do not use reserved identifiers 2016-03-14 02:57:34 -07:00
asn1fix_misc.c Fix some memory leakage found 2017-05-05 15:03:32 +08:00
asn1fix_misc.h do not use reserved identifiers 2016-03-14 02:57:34 -07:00
asn1fix_param.c Merge PR99 and its fixes to support parsing Information Object and Information Object Set 2017-05-07 22:20:30 +08:00
asn1fix_param.h do not use reserved identifiers 2016-03-14 02:57:34 -07:00
asn1fix_retrieve.c Merge PR99 and its fixes to support parsing Information Object and Information Object Set 2017-05-07 22:20:30 +08:00
asn1fix_retrieve.h do not use reserved identifiers 2016-03-14 02:57:34 -07:00
asn1fix_tags.c Bug #86: Deletion of unnecessary checks before calls of the function "free" 2016-03-15 08:35:24 +01:00
asn1fix_tags.h do not use reserved identifiers 2016-03-14 02:57:34 -07:00
asn1fix_value.c Merge PR99 and its fixes to support parsing Information Object and Information Object Set 2017-05-07 22:20:30 +08:00
asn1fix_value.h do not use reserved identifiers 2016-03-14 02:57:34 -07:00
check_fixer.c undo skeletons hierarchy detection 2016-03-14 03:56:16 -07:00