Attention is currently required from: jolly.
1 comment:
File src/proto_clnt.c:
Patch Set #3, Line 420: if (msgb_l2len(msgb) != sizeof(struct osmo_e1dp_line_info))
This looks like a cut and paste error.
The command doesn't return a osmo_e1dp_line_info. It returns no data, so size of l2 should be 0.
Also I've just noticed that in that error handling path (which we use in other places above), we leak the msgb.
To view, visit change 35562. To unsubscribe, or for help writing mail filters, visit settings.