Attention is currently required from: lynxis lazus.
2 comments:
File include/osmocom/gsm/gsup.h:
Patch Set #3, Line 412: const uint8_t *pco;
Should I check for the PCO lenght? I would keep the pointer+length as we do it in most cases in the […]
Done
File src/gsm/gsup.c:
Patch Set #3, Line 881: msgb_tlv_put(msg, OSMO_GSUP_PCO_IE, gsup_msg->pco_len, gsup_msg->pco);
Yeah I think we can check for pco_len <= 251 here.
To view, visit change 36024. To unsubscribe, or for help writing mail filters, visit settings.