From 0e2a727aba684f1a44cc0402a3f77d242140681b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 30 May 2024 00:07:18 +0100 Subject: gentoo auto-resync : 30:05:2024 - 00:07:18 --- dev-ml/core_unix/files/core_unix-0.16.0-musl.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'dev-ml/core_unix/files') diff --git a/dev-ml/core_unix/files/core_unix-0.16.0-musl.patch b/dev-ml/core_unix/files/core_unix-0.16.0-musl.patch index e37ad2f8454a..8e26f9706317 100644 --- a/dev-ml/core_unix/files/core_unix-0.16.0-musl.patch +++ b/dev-ml/core_unix/files/core_unix-0.16.0-musl.patch @@ -9,3 +9,15 @@ ssize_t ret; if (total_len > THREAD_IO_CUTOFF || contains_mmapped(v_iovecs, count)) { Begin_roots1(v_iovecs); +--- a/linux_ext/src/linux_ext_stubs.c 2024-05-29 19:59:43.955479960 +0200 ++++ b/linux_ext/src/linux_ext_stubs.c 2024-05-29 20:00:26.661018190 +0200 +@@ -243,7 +243,8 @@ + int count = Int_val(v_count); + ssize_t ret; + struct iovec *iovecs = caml_stat_alloc(sizeof(struct iovec) * count); +- struct msghdr msghdr = { NULL, 0, NULL, 0, NULL, 0, 0 }; ++ struct msghdr msghdr; ++ memset(&msghdr, 0, sizeof(msghdr)); + msghdr.msg_iov = iovecs; + msghdr.msg_iovlen = count; + for (--count; count >= 0; --count) { -- cgit v1.2.3