Commit 1dc5b6f0 authored by Lev Walkin's avatar Lev Walkin

*** empty log message ***

parent ce676dd5
...@@ -1274,7 +1274,7 @@ OCTET_STRING_decode_uper(asn_codec_ctx_t *opt_codec_ctx, ...@@ -1274,7 +1274,7 @@ OCTET_STRING_decode_uper(asn_codec_ctx_t *opt_codec_ctx,
len_bits += ct->lower_bound; len_bits += ct->lower_bound;
ASN_DEBUG("Got per length eb %ld, len %ld", ASN_DEBUG("Got per length eb %ld, len %ld",
ct->effective_bits, (long)len_bits); (long)ct->effective_bits, (long)len_bits);
if(unit_bits == 1) { if(unit_bits == 1) {
len_bytes = (len_bits + 7) >> 3; len_bytes = (len_bits + 7) >> 3;
if(len_bits & 0x7) if(len_bits & 0x7)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment