rpms/nss/devel nss-pem-bug429175.patch,NONE,1.1

Kai Engert kengert at fedoraproject.org
Fri Aug 22 17:33:36 UTC 2008


Author: kengert

Update of /cvs/extras/rpms/nss/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14295

Added Files:
	nss-pem-bug429175.patch 
Log Message:
* Fri Aug 15 2008 Kai Engert <kaie at redhat.com> - 3.12.0.3-7
- fix bug bug 429175 in libpem module
(adding forgotten patch file)


nss-pem-bug429175.patch:

--- NEW FILE nss-pem-bug429175.patch ---
diff -u --recursive mozilla.orig/security/nss/lib/ckfw/pem/pobject.c mozilla/security/nss/lib/ckfw/pem/pobject.c
--- mozilla.orig/security/nss/lib/ckfw/pem/pobject.c    2007-09-06 16:46:30.000000000 -0400
+++ mozilla/security/nss/lib/ckfw/pem/pobject.c 2008-08-13 21:08:43.000000000 -0400
@@ -160,7 +160,7 @@
     (void *) &ck_false, (PRUint32) sizeof(CK_BBOOL)
 };
 static const NSSItem pem_x509Item = {
-    (void *) &ckc_x509, (PRUint32) sizeof(CKC_X_509)
+    (void *) &ckc_x509, (PRUint32) sizeof(CK_ULONG)
 };
 static const NSSItem pem_rsaItem = {
     (void *) &ckk_rsa, (PRUint32) sizeof(CK_KEY_TYPE)




More information about the fedora-extras-commits mailing list