mirror of
https://github.com/openharmony/third_party_glib.git
synced 2026-07-01 04:35:39 -04:00
update patch/backport-CVE-2024-34397.patch.
Signed-off-by: 小饼干 <3364917990@qq.com>
This commit is contained in:
@@ -37,8 +37,8 @@ index 1169df2..b40813c 100644
|
||||
+{
|
||||
+ if (g_atomic_ref_count_dec (&subscriber->ref_count))
|
||||
+ {
|
||||
+ /* Destroy the user data. It doesn鈥檛 matter which thread
|
||||
+ * signal_subscriber_unref() is called in (or whether it鈥檚 called with a
|
||||
+ /* Destroy the user data. It doesn't matter which thread
|
||||
+ * signal_subscriber_unref() is called in (or whether it's called with a
|
||||
+ * lock held), as call_destroy_notify() always defers to the next
|
||||
+ * #GMainContext iteration. */
|
||||
+ call_destroy_notify (subscriber->context,
|
||||
|
||||
Reference in New Issue
Block a user