Commit Graph

79 Commits

Author SHA1 Message Date
Lev Walkin 62d7687e55 do not add unnecessary symbols 2017-08-05 22:49:42 -07:00
Bi-Ruei, Chiu 1fa31c9e3e Simplify the logic of accessing codec function for specific TYPE 2017-08-02 14:06:07 -07:00
Lev Walkin b33425f16b fix OER stubs order 2017-08-02 13:32:18 -07:00
Lev Walkin 7678076f34 introduce oer constraint code 2017-08-02 13:32:16 -07:00
Lev Walkin cc1594746a add skeleton OER stubs 2017-08-02 13:32:16 -07:00
Lev Walkin 80334ed5db guard PER references 2017-07-06 07:28:21 -07:00
Lev Walkin b02145b206 stck initialized later 2017-06-28 08:52:07 -07:00
johvik 28268d9bf2 Missing void in _new_stack()
This removes the GCC warning:
"warning: function declaration isn’t a prototype [-Wstrict-prototypes]"
2017-05-09 10:28:59 +02:00
Simo Sorce cd943c243d The Left variable should be a positive integer
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.
2017-03-26 05:00:01 -07:00
Vasil Velichkov d82f77b2d2 Fix few duplicate 'const' warnings
error: duplicate 'const' [-Werror=edantic]
2017-03-26 04:46:00 -07:00
Bi-Ruei, Chiu 419ac3a6ce Unify the naming of asn_OCTET_STRING_specifics_t with code-generated
'_specifics_t' variables to have 'asn_SPC_' prefix instead of 'asn_DEF_'
prefix.
2016-11-09 20:38:41 +08:00
Lev Walkin 7c1dc05f0e do not use reserved identifiers, contd 2016-03-14 03:08:19 -07:00
Lev Walkin c6cac8e958 do not use reserved identifiers 2016-03-14 02:57:34 -07:00
Lev Walkin 034ee194f4 no dereference before check 2016-03-14 02:28:33 -07:00
Wim Lewis 59e8d2847e It's actually more efficient *not* to create a mutable static variable to hold this constant string's address. 2014-08-04 12:39:35 -07:00
Wim Lewis 18c2ec9f1d Declare the tags[] tables in skeletons as const.
Constify the PER support structure.
Constify a few other private tables in the skeleton code.
2014-07-29 11:30:10 -07:00
Lev Walkin aa61a0f821 pointer warning fixes 2014-01-14 00:58:26 -08:00
Lev Walkin 9c70e74c0c remove warnings 2013-10-17 13:03:36 -07:00
Lev Walkin d4c1673dc1 typo in a comment 2013-03-28 05:00:47 -07:00
Lev Walkin 3a4689a7da BMPString and UniversalString support 2006-11-24 11:20:27 +00:00
Lev Walkin 345e4c6a67 proper format strings 2006-10-19 02:44:08 +00:00
Lev Walkin 2ddd3083ad allowing null buffer 2006-10-16 12:32:14 +00:00
Lev Walkin 725883b28d more PER support 2006-10-09 12:07:58 +00:00
Lev Walkin 0091881353 debugging 2006-09-18 21:19:32 +00:00
Lev Walkin 0a8aa6043f per encoding support 2006-09-18 20:05:55 +00:00
Lev Walkin 419f6757b4 clarity 2006-09-13 04:02:00 +00:00
Lev Walkin 523de9eba2 per support 2006-08-18 01:34:18 +00:00
Lev Walkin bc0dce3297 remove (incorrect) compiler warning regarding unitialized variable 2006-07-27 09:56:13 +00:00
Lev Walkin 1dc5b6f039 *** empty log message *** 2005-12-21 10:08:27 +00:00
Lev Walkin ce676dd513 effective bits is not 0 2005-12-20 22:34:55 +00:00
Lev Walkin 1d5f0f24ae lower bound to length 2005-12-17 12:02:35 +00:00
Lev Walkin 7b284818e9 robust fromBuf 2005-12-17 11:43:25 +00:00
Lev Walkin 59b176ee35 upgrade: PER related changes 2005-11-26 11:25:14 +00:00
Lev Walkin abde4f49c5 *** empty log message *** 2005-11-13 09:49:05 +00:00
Lev Walkin d1bfea65a0 SET OF/SEQUENCE OF interaction with named and unnamed CHOICE 2005-11-08 03:06:16 +00:00
Lev Walkin fdb25925db tried -pedantic 2005-07-21 09:32:49 +00:00
Lev Walkin b0f3db69c4 removed wild guessed gcc warning 2005-07-03 05:30:15 +00:00
Lev Walkin 7f85ef41ae proper format character 2005-07-02 20:24:27 +00:00
Lev Walkin 75b1bef773 streamed OCTET STRING allocation problem 2005-04-25 19:38:21 +00:00
Lev Walkin fc77643765 globalized assert() 2005-03-29 17:21:14 +00:00
Lev Walkin 8c3b854016 added const qualifier 2005-03-10 18:52:02 +00:00
Lev Walkin 0fab1a6fed relaxed XER processing rules for whitespace 2005-03-09 22:19:25 +00:00
Lev Walkin a6a926a887 portability 2005-03-02 01:54:28 +00:00
Lev Walkin 3ae21bd2e5 oops 2005-02-21 14:43:48 +00:00
Lev Walkin bdaae77eb8 graceful termination 2005-02-18 12:25:47 +00:00
Lev Walkin d512564547 C++ 2005-02-14 20:08:00 +00:00
Lev Walkin c61f3868a1 more XER decoding 2005-02-14 17:21:22 +00:00
Lev Walkin 814cca7d24 C++ compatibility 2004-12-15 23:23:53 +00:00
Lev Walkin 8484ed81cd avoid new gcc warnings for assigning the lvalue 2004-12-14 13:31:01 +00:00
Lev Walkin b54577aed8 moved dereference to its place 2004-11-08 10:47:12 +00:00