]> git.ipfire.org Git - thirdparty/curl.git/commit
vquic: init for every call to recvmsg
authorStefan Eissing <stefan@eissing.org>
Tue, 22 Apr 2025 11:12:24 +0000 (13:12 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 22 Apr 2025 11:46:36 +0000 (13:46 +0200)
commit4872dafd8075fab781b7a3ac7ce6ac587e2a68e9
treed9e0a5c94415b1eea26baff4fe6ce296c9e470b0
parent2de9a9714194f63b5043c0fe0cc0812a5274d11c
vquic: init for every call to recvmsg

When calling recvmsg(), always set up the msg structures for
each call as there are OS implemenations that change members
of msg.

Fixes #17120
Reported-by: Harry Sintonen
Closes #17131
lib/vquic/vquic.c