Closed SongShawn closed 4 years ago
https://github.com/mouse07410/asn1c/blob/vlm_master/libasn1common/asn1_buffer.c:154 The variable actual_length in line 154 overrides the local variable actual_length of the function. So this function always return -1.
Thank you! I think you're right, and found a bug. Fixed.
Please re-open if you still have this problem.
https://github.com/mouse07410/asn1c/blob/vlm_master/libasn1common/asn1_buffer.c:154 The variable actual_length in line 154 overrides the local variable actual_length of the function. So this function always return -1.