Attention is currently required from: falconia.
2 comments:
Patchset:
I think the proper fix is simply to add a line after the last "if" code path check:
"iofd->fd = fd;"
File src/core/osmo_io.c:
Patch Set #1, Line 756: else if (iofd->fd < 0)
I think you need to leave this as is. This code block basically makes sure that iofd->fd == fd if any of them was not set (-1).
To view, visit change 39276. To unsubscribe, or for help writing mail filters, visit settings.