Jenkins Builder has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-abis/+/30908 )
Change subject: lapd_pcap: fix illegal VLA within struct ......................................................................
Patch Set 1:
(1 comment)
File src/input/lapd_pcap.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-2521): https://gerrit.osmocom.org/c/libosmo-abis/+/30908/comment/610af20b_b2778d28 PS1, Line 138: struct tmp_pkt* s = alloca(total_pkt_len); "foo* bar" should be "foo *bar"