public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: Fix a crash
@ 2026-08-11 10:33 Matthias Clasen
0 siblings, 0 replies; only message in thread
From: Matthias Clasen @ 2026-08-11 10:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 6ea16ff4257a1a8fa1eaa68b04b81f0af3ca7737
Author : Matthias Clasen <mclasen@fedoraproject.org>
Date : 2008-07-03T22:59:36+00:00
Stats : +19/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/6ea16ff4257a1a8fa1eaa68b04b81f0af3ca7737?branch=cve-2026-58016-f44
Log:
Fix a crash
---
diff --git a/crash.patch b/crash.patch
new file mode 100644
index 0000000..ba89462
--- /dev/null
+++ b/crash.patch
@@ -0,0 +1,11 @@
+diff -up glib-2.17.3/gio/gdesktopappinfo.c.crash glib-2.17.3/gio/gdesktopappinfo.c
+--- glib-2.17.3/gio/gdesktopappinfo.c.crash 2008-07-03 18:57:41.000000000 -0400
++++ glib-2.17.3/gio/gdesktopappinfo.c 2008-07-03 18:57:47.000000000 -0400
+@@ -241,7 +241,6 @@ g_desktop_app_info_new_from_keyfile (GKe
+ }
+ g_free (t);
+ }
+- g_free (try_exec);
+
+ info = g_object_new (G_TYPE_DESKTOP_APP_INFO, NULL);
+ info->filename = NULL;
diff --git a/glib2.spec b/glib2.spec
index 50f4aea..b4ecfcf 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -3,7 +3,7 @@
Summary: A library of handy utility functions
Name: glib2
Version: 2.17.3
-Release: 2%{?dist}
+Release: 3%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@@ -25,6 +25,9 @@ Patch2: gio-2.16-only-pass-uri-to-gio-apps.patch
# https://bugzilla.gnome.org/show_bug.cgi?id=529694
Patch3: gio-2.16-selinux-set-support.diff
+# Fixed in upstream svn
+Patch4: crash.patch
+
%description
GLib is the low-level core library that forms the basis
for projects such as GTK+ and GNOME. It provides data structure
@@ -58,6 +61,7 @@ of version 2 of the GLib library.
%setup -q -n glib-%{version}
%patch2 -p1 -b .only-pass-uri-to-gio-apps
%patch3 -p0 -b .selinux
+%patch4 -p1 -b .crash
%build
%configure --disable-gtk-doc --enable-static
@@ -132,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/lib*.a
%changelog
+* Thu Jul 3 2008 Matthias Clasen <mclasen@redhat.com> - 2.17.3-3
+- Fix a stupid crash
+
* Wed Jul 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.17.3-1
- Update to 2.17.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-11 10:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-11 10:33 [rpms/glib2] cve-2026-58016-f44: Fix a crash Matthias Clasen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox