Attention is currently required from: pespin.
1 comment:
File Transceiver52M/Transceiver.cpp:
Patch Set #1, Line 1200: } while (br.flags & OSMO_TRXD_F_BATCH_IND);
I wonder whether we can end in a infinite loop here with req_parse returning eg. rc=0 above.
I've modified the check above to return early on `rc <= 0`. So if for whatever reason `osmo_trxd_burst_req_parse()` returns 0 (e.g. somebody changes it some day), we're safe.
To view, visit change 43116. To unsubscribe, or for help writing mail filters, visit settings.