Attention is currently required from: dexter.
1 comment:
File src/common/pcu_sock.c:
Patch Set #12, Line 684: gsm48_imm_ass->msg_type
Another problem here is that you're accessing `data_req->data` (via `struct gsm48_imm_ass *`) before checking the `data_req->len`. This is not super critical, because AFAIR the `data_req->data` is a static buffer of some large size. But still, it's more logical to check the data length first.
To view, visit change 32734. To unsubscribe, or for help writing mail filters, visit settings.