Attention is currently required from: jolly.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/36354?usp=email )
Change subject: stream_cli.c: Handle read / recvfrom error and close connection ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1: with those kind of corner cases, it would be great to have some kind of test coverage. I wonder what might be the best way to do this... Probably some kind of LD_PRELOAD wrapper around the related syscalls to provoke some specific error whenever we want that? At least for the osmo_fd case that should work. If any one else has other/better ideas, let me know.