- 08 May, 2017 1 commit
-
-
Bi-Ruei, Chiu authored
-
- 07 May, 2017 2 commits
-
-
Bi-Ruei, Chiu authored
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.
-
Lev Walkin authored
Skip last comma when there are no extensions
-
- 05 May, 2017 8 commits
-
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
Add LTE-RRC example
-
Bi-Ruei, Chiu authored
-
Lev Walkin authored
Fix some memory leakage found till now
-
Bi-Ruei, Chiu authored
-
- 21 Apr, 2017 1 commit
-
-
Bi-Ruei, Chiu authored
-
- 11 Apr, 2017 1 commit
-
-
johvik authored
This is to get rid of the GCC warning: "warning: comma at end of enumerator list [-Wpedantic]"
-
- 27 Mar, 2017 1 commit
-
-
Lev Walkin authored
-
- 26 Mar, 2017 26 commits
-
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
Fix many memory leaks reported by valgrind
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
Rewrite the 64bit test. Fixes #131
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
Refreshing reserved keywords
-
Lev Walkin authored
Locate AR using standard macro
-
Lev Walkin authored
-
Simo Sorce authored
The RETURN macro unconditionally returns so there is no chance to "continue". Unreachable, fund by coverity. Signed-off-by: Simo Sorce <simo@redhat.com>
-
Simo Sorce authored
The variable Left is supposed to hold only a positive quantity and was being passed into functions that accept only size_t as input causing coverity to throw a fit. Using a size_t type for Left works just fine. Negative Returns, found by coverity.
-
Simo Sorce authored
per_put_few_bits should be checked for errors. Checked return, fund by coverity. Signed-off-by: Simo Sorce <simo@redhat.com>
-
Simo Sorce authored
On the previous line we return if cb is Null, so testing cb is worthless. Dead code, found by coverity. Signed-off-by: Simo Sorce <simo@redhat.com>
-
Lev Walkin authored
-
Lev Walkin authored
Fixed a mistype in man
-
Vasil Velichkov authored
../../skeletons/GeneralizedTime.c:7:0: warning: "_BSD_SOURCE" redefined [enabled by default] #define _BSD_SOURCE /* for timegm(3) */
-
Vasil Velichkov authored
See https://github.com/eddyxu/cpp-coveralls
-
Vasil Velichkov authored
error: duplicate 'const' [-Werror=edantic]
-
Vasil Velichkov authored
GCC prior to 4.8 does not supprot -Wpedantic. See https://gcc.gnu.org/gcc-4.8/changes.html The travis-ci currently builds with gcc-4.6.3 $ gcc --version gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
-
Vasil Velichkov authored
Link asn1c/tests with libasn1cskeletons.a in order to improve skeletons coverage. When the skeleton files are copied the lcov will report coverage for each copy separatly.
-
Vasil Velichkov authored
To generate the code coverage report you need gcov and lcov installed and then execute ./configure --enable-code-coverage make check-code-coverage Writing directory view page. Overall coverage rate: lines......: 76.5% (10519 of 13759 lines) functions..: 85.5% (491 of 574 functions) branches...: 57.5% (7040 of 12250 branches) file:///home/user/asn1c/asn1c-0.9.28-coverage/index.html Open the index.html with a web browser
-
Lev Walkin authored
-
Lev Walkin authored
Fix segmentation fault in asn1c_make_identifier
-