mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-19 11:16:57 +00:00
vfs_lxip: correctly initialize iov on remote-file read
This commit is contained in:
parent
f66b828a97
commit
d0bc389e93
@ -687,6 +687,7 @@ class Vfs::Lxip_remote_file : public Vfs::Lxip_file
|
||||
msg.msg_namelen = sizeof(addr_storage);
|
||||
msg.msg_iter.type = 0;
|
||||
msg.msg_iter.iov_offset = 0;
|
||||
msg.msg_iter.count = sizeof(_content_buffer);
|
||||
msg.msg_iter.iov = &iov;
|
||||
msg.msg_iter.nr_segs = 1;
|
||||
msg.msg_control = nullptr;
|
||||
|
Loading…
Reference in New Issue
Block a user