Attention is currently required from: arehbein.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/33346 )
Change subject: core/osmo_io: Fix reception of partial packets ......................................................................
Patch Set 1: Code-Review-1
(1 comment)
File src/core/osmo_io_poll.c:
https://gerrit.osmocom.org/c/libosmocore/+/33346/comment/7fba8b2c_1b86ee62 PS1, Line 59: iofd IMHO, the unconditional iov_base = msg->tail should do the trick here. In fact I would even argue msgb_data is wrong, as we below are using the _tailroom_ as length. So data == tail and length == tailroom.