Attention is currently required from: pespin.
jolly has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/35979?usp=email )
Change subject: stream_cli: Correctly setup and free osmo_io client instance ......................................................................
Patch Set 7:
(1 comment)
File src/stream_cli.c:
https://gerrit.osmocom.org/c/libosmo-netif/+/35979/comment/e88338a7_7dafd830 PS6, Line 960: osmo_iofd_notify_connected(cli->iofd);
is this triggering any callback which could do undersired stuff to due segmentation not yet set belo […]
It does not perform any notification at this point. It only enables notification. The callback is called later, when the socket is connected or failed.