public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Matthias Clasen <mclasen@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: Fix a small oversight
Date: Tue, 11 Aug 2026 10:33:49 GMT [thread overview]
Message-ID: <178644442907.1.2151455310924189379.rpms-glib2-81b0d53672b6@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 81b0d53672b6e7d1172bd3c6f78dbe49157bf7cc
Author : Matthias Clasen <mclasen@fedoraproject.org>
Date : 2008-07-03T17:25:28+00:00
Stats : +12/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/81b0d53672b6e7d1172bd3c6f78dbe49157bf7cc?branch=cve-2026-58016-f44
Log:
Fix a small oversight
---
diff --git a/gio-2.16-only-pass-uri-to-gio-apps.patch b/gio-2.16-only-pass-uri-to-gio-apps.patch
index 93e4f39..8f3715b 100644
--- a/gio-2.16-only-pass-uri-to-gio-apps.patch
+++ b/gio-2.16-only-pass-uri-to-gio-apps.patch
@@ -1,6 +1,6 @@
diff -up glib-2.17.3/gio/gdesktopappinfo.c.only-pass-uri-to-gio-apps glib-2.17.3/gio/gdesktopappinfo.c
--- glib-2.17.3/gio/gdesktopappinfo.c.only-pass-uri-to-gio-apps 2008-07-02 17:13:13.000000000 -0400
-+++ glib-2.17.3/gio/gdesktopappinfo.c 2008-07-03 10:55:58.000000000 -0400
++++ glib-2.17.3/gio/gdesktopappinfo.c 2008-07-03 13:21:42.000000000 -0400
@@ -1,3 +1,5 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+
@@ -31,7 +31,15 @@ diff -up glib-2.17.3/gio/gdesktopappinfo.c.only-pass-uri-to-gio-apps glib-2.17.3
info->icon = NULL;
if (info->icon_name)
-@@ -517,9 +522,35 @@ expand_macro (char macro,
+@@ -392,6 +397,7 @@ g_desktop_app_info_dup (GAppInfo *appinf
+ new_info->exec = g_strdup (info->exec);
+ new_info->binary = g_strdup (info->binary);
+ new_info->path = g_strdup (info->path);
++ new_info->vfs_system = g_strdup (info->vfs_system);
+ new_info->hidden = info->hidden;
+ new_info->terminal = info->terminal;
+ new_info->startup_notify = info->startup_notify;
+@@ -517,9 +523,35 @@ expand_macro (char macro,
{
GList *uris = *uri_list;
char *expanded;
@@ -69,7 +77,7 @@ diff -up glib-2.17.3/gio/gdesktopappinfo.c.only-pass-uri-to-gio-apps glib-2.17.3
switch (macro)
{
case 'u':
-@@ -528,7 +559,17 @@ expand_macro (char macro,
+@@ -528,7 +560,17 @@ expand_macro (char macro,
case 'n':
if (uris)
{
@@ -88,7 +96,7 @@ diff -up glib-2.17.3/gio/gdesktopappinfo.c.only-pass-uri-to-gio-apps glib-2.17.3
if (expanded)
{
g_string_append (exec, expanded);
-@@ -545,7 +586,17 @@ expand_macro (char macro,
+@@ -545,7 +587,17 @@ expand_macro (char macro,
case 'N':
while (uris)
{
reply other threads:[~2026-08-11 10:33 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=178644442907.1.2151455310924189379.rpms-glib2-81b0d53672b6@fedoraproject.org \
--to=mclasen@fedoraproject.org \
--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