Commit fe3dc60a authored by Lev Walkin's avatar Lev Walkin

internal testing fixed

parent 73a5cc65
...@@ -7,6 +7,7 @@ check_per_decoding() { ...@@ -7,6 +7,7 @@ check_per_decoding() {
uint8_t tmpbuf[10]; uint8_t tmpbuf[10];
int32_t z; int32_t z;
asn_per_data_t pos; asn_per_data_t pos;
memset(&pos, 0, sizeof(pos));
pos.buffer = buf; pos.buffer = buf;
pos.nboff = 0; pos.nboff = 0;
......
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