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: try again
Date: Tue, 11 Aug 2026 10:33:29 GMT	[thread overview]
Message-ID: <178644440978.1.6560664310609286457.rpms-glib2-7e27575d8799@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 7e27575d879907bfbf9edb34935267a8a1f89204
Author : Matthias Clasen <mclasen@fedoraproject.org>
Date   : 2007-07-13T02:24:09+00:00
Stats  : +5/-5 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/glib2/c/7e27575d879907bfbf9edb34935267a8a1f89204?branch=cve-2026-58016-f44

Log:
try again

---
diff --git a/ppc-cast.patch b/ppc-cast.patch
index 6ed5cf2..a599704 100644
--- a/ppc-cast.patch
+++ b/ppc-cast.patch
@@ -6,21 +6,21 @@ diff -up glib-2.13.7/glib/gthread.c.ppc-cast glib-2.13.7/glib/gthread.c
                     gsize           initialization_value)
  {
 -  g_return_if_fail (g_atomic_pointer_get (value_location) == 0);
-+  g_return_if_fail (g_atomic_pointer_get ((void*) value_location) == 0);
++  g_return_if_fail (g_atomic_pointer_get ((gpointer*) value_location) == 0);
    g_return_if_fail (initialization_value != 0);
    g_return_if_fail (g_once_init_list != NULL);
  
 -  g_atomic_pointer_set (value_location, initialization_value);
-+  g_atomic_pointer_set ((void*) value_location, (void*) initialization_value);
++  g_atomic_pointer_set ((gpointer*) value_location, (gpointer) initialization_value);
    g_mutex_lock (g_once_mutex);
-   g_once_init_list = g_slist_remove (g_once_init_list, (void*) value_location);
+   g_once_init_list = g_slist_remove (g_once_init_list, (gpointer*) value_location);
    g_cond_broadcast (g_once_cond);
 @@ -255,7 +255,7 @@ g_static_mutex_get_mutex_impl (GMutex** 
    g_mutex_lock (g_once_mutex);
  
    if (!(*mutex))
 -    g_atomic_pointer_set (mutex, g_mutex_new());
-+    g_atomic_pointer_set ((void*) mutex, g_mutex_new());
++    g_atomic_pointer_set ((gpointer*) mutex, g_mutex_new());
  
    g_mutex_unlock (g_once_mutex);
  
@@ -32,7 +32,7 @@ diff -up glib-2.13.7/glib/gthread.h.ppc-cast glib-2.13.7/glib/gthread.h
  g_once_init_enter (volatile gsize *value_location)
  {
 -  if G_LIKELY (g_atomic_pointer_get (value_location) !=0)
-+  if G_LIKELY (g_atomic_pointer_get ((void*) value_location) !=0)
++  if G_LIKELY (g_atomic_pointer_get ((gpointer*) value_location) !=0)
      return FALSE;
    else
      return g_once_init_enter_impl (value_location);

             reply	other threads:[~2026-08-11 10:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-11 10:33 Matthias Clasen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-08-11 10:35 [rpms/glib2] cve-2026-58016-f44: try again Matthias Clasen
2026-08-11 10:33 Matthias Clasen

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=178644440978.1.6560664310609286457.rpms-glib2-7e27575d8799@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