Attention is currently required from: fixeria.
pespin has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/libosmocore/+/43190?usp=email )
Change subject: gsm29205: fix out-of-bounds read in osmo_dec_gcr() ......................................................................
Patch Set 1:
(1 comment)
File tests/gsm29205/gsm29205_test.c:
https://gerrit.osmocom.org/c/libosmocore/+/43190/comment/685c94b8_e8dadf75?u... : PS1, Line 121: printf("\tlen=%u: rc=%d\n", len, rc); better avoid printing the errno int value, since it can change on different platforms/architecures, we already run into this in the past.
Se how for instance test above prints "OK" vs "FAIL". You can also match against an errno define and print its string name.