Attention is currently required from: pespin.
Patch set 5:Code-Review -1
2 comments:
File src/host/layer23/src/common/main.c:
Patch Set #5, Line 269: if (!ms) {
Simply removing this error check is wrong.
Patch Set #5, Line 271: ms = osmocom_ms_alloc(l23_ctx);
The osmocom_ms_alloc() might return NULL - you should check for this.
To view, visit change 30960. To unsubscribe, or for help writing mail filters, visit settings.