From a0ce545d52f231499bf9f3644493113d8af58ec9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 9 May 2024 00:01:03 +0100 Subject: gentoo auto-resync : 09:05:2024 - 00:01:03 --- .../files/telepathy-salut-0.5.0-uninitialized.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 net-voip/telepathy-salut/files/telepathy-salut-0.5.0-uninitialized.patch (limited to 'net-voip/telepathy-salut/files/telepathy-salut-0.5.0-uninitialized.patch') diff --git a/net-voip/telepathy-salut/files/telepathy-salut-0.5.0-uninitialized.patch b/net-voip/telepathy-salut/files/telepathy-salut-0.5.0-uninitialized.patch deleted file mode 100644 index 83723612dfc4..000000000000 --- a/net-voip/telepathy-salut/files/telepathy-salut-0.5.0-uninitialized.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/lib/ext/wocky/wocky/wocky-sasl-scram.c b/lib/ext/wocky/wocky/wocky-sasl-scram.c -index 7261956..c508196 100644 ---- a/lib/ext/wocky/wocky/wocky-sasl-scram.c -+++ b/lib/ext/wocky/wocky/wocky-sasl-scram.c -@@ -523,7 +523,7 @@ scram_handle_server_final_message (WockySaslScram *self, - gchar *message, - GError **error) - { -- gchar attr, *value = NULL; -+ gchar attr = 0, *value = NULL; - - if (!scram_get_next_attr_value (&message, &attr, &value) && attr != 'v') - goto invalid; -- cgit v1.2.3