Attention is currently required from: neels, pespin.
1 comment:
File src/osmo-hnbgw/context_map.c:
Patch Set #1, Line 99: if (new_scu_conn_id < 0) {
iiuc, eg. now 0xffffaaaa (valid address) may be handled as a negative and fail here. […]
pespin: that's on 32bit, yes. You could also simply use an int64_t to make sure it's always large enough even for 0xffffaaaa in signed mode.
To view, visit change 33158. To unsubscribe, or for help writing mail filters, visit settings.