Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 39343 Details for
Bug 63577
evolution-1.5.94.1 (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to ensure that Evolution doesn't crash when S/MIME certificates are imported
evolution-1.5.94.1-import_certificate.patch (text/plain), 870 bytes, created by
Thomas Sjolshagen
on 2004-09-10 11:56:15 UTC
(
hide
)
Description:
Patch to ensure that Evolution doesn't crash when S/MIME certificates are imported
Filename:
MIME Type:
Creator:
Thomas Sjolshagen
Created:
2004-09-10 11:56:15 UTC
Size:
870 bytes
patch
obsolete
>--- smime/ChangeLog 18 Aug 2004 02:28:55 -0000 1.41 >+++ smime/ChangeLog 3 Sep 2004 04:48:41 -0000 >@@ -1,3 +1,10 @@ >+2004-09-03 Not Zed <NotZed@Ximian.com> >+ >+ ** See bug #64420. >+ >+ * lib/e-pkcs12.c (prompt_for_password): set the outptr after we've >+ actually got a pointer for it allocated. >+ > 2004-08-16 Not Zed <NotZed@Ximian.com> > > ** See bug #62963. >--- smime/lib/e-pkcs12.c 12 Aug 2004 06:55:36 -0000 1.6 >+++ smime/lib/e-pkcs12.c 3 Sep 2004 04:48:42 -0000 >@@ -224,11 +224,12 @@ > if (passwd) { > size_t len = strlen (passwd); > const char *inptr = passwd; >- char *outptr = pwd->data; >+ char *outptr; > gunichar2 c; > > SECITEM_AllocItem(NULL, pwd, sizeof (gunichar2) * (len + 1)); > >+ outptr = pwd->data; > while (inptr && (c = (gunichar2) (g_utf8_get_char (inptr) & 0xffff))) { > inptr = g_utf8_next_char (inptr); > c = GUINT16_TO_BE (c); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 63577
:
39341
|
39342
| 39343 |
39344