commit:     da695489ae173f051931efcf3558b11a169bd3ba
Author:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 15 11:40:18 2026 +0000
Commit:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
CommitDate: Sun Feb 15 11:40:18 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da695489

net-libs/gssdp: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org>

 .../gssdp/files/gssdp-1.4.1-client-crash.patch     | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/net-libs/gssdp/files/gssdp-1.4.1-client-crash.patch 
b/net-libs/gssdp/files/gssdp-1.4.1-client-crash.patch
deleted file mode 100644
index 2853b284f134..000000000000
--- a/net-libs/gssdp/files/gssdp-1.4.1-client-crash.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-https://gitlab.gnome.org/GNOME/gssdp/-/issues/12
-https://gitlab.gnome.org/GNOME/gssdp/-/commit/232a096c072110b7be8d3d74702d8aadd15eefdf
-
-From: Jens Georg <[email protected]>
-Date: Fri, 22 Sep 2023 11:39:28 +0200
-Subject: [PATCH] client: Do not crash if socket receive fails
-
-message and num_messages could then contain random junk and we free
-stuff we have no business with
-
-Fixes #12
---- a/libgssdp/gssdp-client.c
-+++ b/libgssdp/gssdp-client.c
-@@ -1553,8 +1553,8 @@ socket_source_cb (GSSDPSocketSource *socket_source, 
GSSDPClient *client)
-         guint16 port;
-         GError *error = NULL;
-         GInputVector vector;
--        GSocketControlMessage **messages;
--        gint num_messages;
-+        GSocketControlMessage **messages = NULL;
-+        gint num_messages = 0;
-         GSSDPClientPrivate *priv = gssdp_client_get_instance_private (client);
-         gboolean ret = TRUE;
- 
--- 
-GitLab
-

Reply via email to