Attention is currently required from: jolly, laforge, pespin.
1 comment:
File src/osmo-bts-virtual/scheduler_virtbts.c:
Patch Set #2, Line 105: else if (rc == 0)
If the socket dies, not handling of rc <= 0 will result in an infinite loop of read events. […]
This is not `read()`, but `send()` code path. The return value is either the number of bytes sent, or -1. AFAIU, checking against 0 makes no sense (even before this patch), so this is why this block is being dropped?
To view, visit change 36317. To unsubscribe, or for help writing mail filters, visit settings.