On 4/4/24 14:23, Stefano Garzarella wrote:
On some OS (e.g. macOS) sendmsg() returns -1 (errno EINVAL) if the `struct msghdr` has the field `msg_controllen` set to 0, but `msg_control` is not NULL.Reviewed-by: Eric Blake <[email protected]> Reviewed-by: David Hildenbrand <[email protected]> Signed-off-by: Stefano Garzarella <[email protected]> --- subprojects/libvhost-user/libvhost-user.c | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
