Commit 878c8b73 authored by devjoa's avatar devjoa

Updated debug logging output in per_get_few_bits, because in some cases this...

Updated debug logging output in per_get_few_bits, because in some cases this caused a segment fault in the framework, due to a malformed message.
parent 6b949bbd
...@@ -109,7 +109,7 @@ per_get_few_bits(asn_per_data_t *pd, int nbits) { ...@@ -109,7 +109,7 @@ per_get_few_bits(asn_per_data_t *pd, int nbits) {
(int)pd->moved, (int)pd->moved,
(((long)pd->buffer) & 0xf), (((long)pd->buffer) & 0xf),
(int)pd->nboff, (int)pd->nbits, (int)pd->nboff, (int)pd->nbits,
pd->buffer[0], ((pd->buffer != NULL)?pd->buffer[0]:0),
(int)(pd->nbits - pd->nboff), (int)(pd->nbits - pd->nboff),
(int)accum); (int)accum);
......
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