public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Richard Hughes <richard@hughsie.com>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: Fix up EPRM patch -- 3rd try lucky
Date: Tue, 11 Aug 2026 10:37:59 GMT [thread overview]
Message-ID: <178644467939.1.17924360681141776266.rpms-glib2-bcd5f09e8682@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : bcd5f09e8682019f8c817fcbb2c4bea050578036
Author : Richard Hughes <richard@hughsie.com>
Date : 2023-07-19T17:38:40+01:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/bcd5f09e8682019f8c817fcbb2c4bea050578036?branch=cve-2026-58016-f44
Log:
Fix up EPRM patch -- 3rd try lucky
---
diff --git a/gspawn-eperm.patch b/gspawn-eperm.patch
index 66036c9..0fa6bf3 100644
--- a/gspawn-eperm.patch
+++ b/gspawn-eperm.patch
@@ -37,7 +37,7 @@ index 67be6a6af..aaefd5b0d 100644
+ */
ret = close_range (lowfd, G_MAXUINT, 0);
- if (ret == 0 || errno != ENOSYS)
-+ if (ret == 0 || errno != ENOSYS || errno == EPERM)
++ if (ret == 0 || !(errno == ENOSYS || errno == EPERM))
return ret;
#endif /* HAVE_CLOSE_RANGE */
reply other threads:[~2026-08-11 10:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178644467939.1.17924360681141776266.rpms-glib2-bcd5f09e8682@fedoraproject.org \
--to=richard@hughsie.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox