Attention is currently required from: pespin.
4 comments:
File src/osmo_ss7.c:
Patch Set #3, Line 1285: if (idx_primary >= (int)host_cnt)
How about:
```
if (idx_primary >= (int)host_cnt || idx_primary < -1)
```
Patch Set #3, Line 1382: is_primary
is_primary_addr
"an" is wrong here
previous rc gets overwritten here (check it before?), same in xua_accept_cb()
To view, visit change 34111. To unsubscribe, or for help writing mail filters, visit settings.