Bugzilla – Attachment 264562 Details for
Bug 445874
Empathy can not connect to Google Talk
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
patch to fix the issue
telepathy-gabble-64bits-crash.patch (text/plain), 573 bytes, created by
Hubert Figuiere
on 2009-01-12 15:42:14 UTC
(
hide
)
Description:
patch to fix the issue
Filename:
MIME Type:
Creator:
Hubert Figuiere
Created:
2009-01-12 15:42:14 UTC
Size:
573 bytes
patch
obsolete
>Index: telepathy-gabble-0.7.10/src/util.c >=================================================================== >--- telepathy-gabble-0.7.10.orig/src/util.c >+++ telepathy-gabble-0.7.10/src/util.c >@@ -65,8 +65,9 @@ sha1_bin (const gchar *bytes, > > g_assert (g_checksum_type_get_length (G_CHECKSUM_SHA1) == SHA1_HASH_SIZE); > g_checksum_update (checksum, (const guchar *) bytes, len); >- g_checksum_get_digest (checksum, out, &len); >+ g_checksum_get_digest (checksum, out, &out_len); > g_assert (out_len == SHA1_HASH_SIZE); >+ g_checksum_free (checksum); > } > > static void
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 445874
:
263923
| 264562