public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: Drop unused patches
@ 2026-08-11 10:35 Kalev Lember
  0 siblings, 0 replies; only message in thread
From: Kalev Lember @ 2026-08-11 10:35 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/glib2
Branch : cve-2026-58016-f44
Commit : d06c27b1e7bfea4036cd54170b1009e36ad54766
Author : Kalev Lember <kalevlember@gmail.com>
Date   : 2012-05-05T18:30:14+03:00
Stats  : +0/-67 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/glib2/c/d06c27b1e7bfea4036cd54170b1009e36ad54766?branch=cve-2026-58016-f44

Log:
Drop unused patches

---
diff --git a/0001-GDBusWorker-continue_writing-initialize-flush_async_.patch b/0001-GDBusWorker-continue_writing-initialize-flush_async_.patch
deleted file mode 100644
index 4b9b5cd..0000000
--- a/0001-GDBusWorker-continue_writing-initialize-flush_async_.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-From 968ef5f5ffbe5e694bae3052bea34e9b9d1aef35 Mon Sep 17 00:00:00 2001
-From: Simon McVittie <simon.mcvittie@collabora.co.uk>
-Date: Wed, 23 Nov 2011 11:20:15 +0000
-Subject: [PATCH 1/2] GDBusWorker: continue_writing: initialize
- flush_async_data if closing
-
-This was a regression in commit f41178c6c: flush_async_data wasn't
-necessarily NULL in the "don't flush" case.
-
-Also move initialization of these variables up so that it's
-unconditional, since that's easier to verify than checking
-that each branch gets it right.
-
-Bug: https://bugzilla.gnome.org/show_bug.cgi?id=664617
-Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
----
- gio/gdbusprivate.c |    8 +++-----
- 1 files changed, 3 insertions(+), 5 deletions(-)
-
-diff --git a/gio/gdbusprivate.c b/gio/gdbusprivate.c
-index 178214e..5b3b77d 100644
---- a/gio/gdbusprivate.c
-+++ b/gio/gdbusprivate.c
-@@ -1441,6 +1441,9 @@ continue_writing (GDBusWorker *worker)
- 
-   g_mutex_lock (&worker->write_lock);
- 
-+  data = NULL;
-+  flush_async_data = NULL;
-+
-   /* if we want to close the connection, that takes precedence */
-   if (worker->pending_close_attempts != NULL)
-     {
-@@ -1450,7 +1453,6 @@ continue_writing (GDBusWorker *worker)
-       g_io_stream_close_async (worker->stream, G_PRIORITY_DEFAULT,
-                                NULL, iostream_close_cb,
-                                _g_dbus_worker_ref (worker));
--      data = NULL;
-     }
-   else
-     {
-@@ -1463,10 +1465,6 @@ continue_writing (GDBusWorker *worker)
-           if (data != NULL)
-             worker->output_pending = PENDING_WRITE;
-         }
--      else
--        {
--          data = NULL;
--        }
-     }
- 
-   g_mutex_unlock (&worker->write_lock);
--- 
-1.7.7.1
-

diff --git a/glib-mscver.patch b/glib-mscver.patch
deleted file mode 100644
index 5036844..0000000
--- a/glib-mscver.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up glib-2.31.10/glib/gmacros.h.mscver glib-2.31.10/glib/gmacros.h
---- glib-2.31.10/glib/gmacros.h.mscver	2012-01-17 22:31:58.016213434 -0500
-+++ glib-2.31.10/glib/gmacros.h	2012-01-17 22:32:36.884214017 -0500
-@@ -343,7 +343,7 @@
- #define G_DEFINE_CONSTRUCTOR(_func) static void __attribute__((constructor)) _func (void);
- #define G_DEFINE_DESTRUCTOR(_func) static void __attribute__((destructor)) _func (void);
- 
--#elif _MSC_VER >= 1500
-+#elif defined(_MSC_VER) && (_MSC_VER >= 1500)
- /* Visual studio 2008 and later has _Pragma */
- 
- #define G_HAS_CONSTRUCTORS 1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-11 10:35 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:35 [rpms/glib2] cve-2026-58016-f44: Drop unused patches Kalev Lember

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox