[Users] [Bug 2689] segfault when trying to view info about pgp/smime sign
noreply at thewildbeast.co.uk
noreply at thewildbeast.co.uk
Mon Jul 2 13:00:29 CEST 2012
http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2689
--- Comment #1 from Ricardo Mones 2012-07-02 13:00:28 ---
I think this patch should fix it, could you try applying?
-----
diff --git a/src/plugins/pgpcore/sgpgme.c b/src/plugins/pgpcore/sgpgme.c
index 136b90f..348aa38 100644
--- a/src/plugins/pgpcore/sgpgme.c
+++ b/src/plugins/pgpcore/sgpgme.c
@@ -326,7 +326,7 @@ gchar *sgpgme_sigstat_info_full(gpgme_ctx_t ctx,
gpgme_verif
j++;
user = user->next;
}
- g_string_append_printf(siginfo,
+ g_string_append(siginfo,
_("Primary key fingerprint:"));
const char* primary_fpr = NULL;
if (key && key->subkeys && key->subkeys->fpr)
-----
--
Configure bugmail: http://www.thewildbeast.co.uk/claws-mail/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Users
mailing list