Attention is currently required from: pespin.
1 comment:
File src/osmo-bsc-nat/bssap.c:
Patch Set #1, Line 70: return bssap_ran_rcvmsg_udt(addr, msg, length - sizeof(struct bssmap_header));
shouldn't the length field check in the "if" clause above be checked against sizeof(struct bssmap_he […]
No, because sizeof(struct bssmap_header) is already substracted from length in line 95.
I've based this on how it's done in OsmoBSC: https://git.osmocom.org/osmo-bsc/tree/src/osmo-bsc/osmo_bsc_bssap.c?id=663d6fed0c73c260be7b4a83a4564677a65707f9#n1124
To view, visit change 27471. To unsubscribe, or for help writing mail filters, visit settings.