[Pkg-coolkey-commits] r62 - in /coolkey/trunk/debian: changelog patches/coolkey-nextSize.patch patches/series

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sat Jan 18 14:49:05 UTC 2014


Author: rousseau
Date: Sat Jan 18 14:49:05 2014
New Revision: 62

URL: http://svn.debian.org/wsvn/pkg-coolkey/?sc=1&rev=62
Log:
Fix "uninitialized variable causes firefox to crash when card is
inserted into reader" patch in debian/patches/coolkey-nextSize.patch
(Closes: #698230)

Added:
    coolkey/trunk/debian/patches/coolkey-nextSize.patch
Modified:
    coolkey/trunk/debian/changelog
    coolkey/trunk/debian/patches/series

Modified: coolkey/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-coolkey/coolkey/trunk/debian/changelog?rev=62&op=diff
==============================================================================
--- coolkey/trunk/debian/changelog	(original)
+++ coolkey/trunk/debian/changelog	Sat Jan 18 14:49:05 2014
@@ -1,3 +1,11 @@
+coolkey (1.1.0-13) UNRELEASED; urgency=medium
+
+  * Fix "uninitialized variable causes firefox to crash when card is
+    inserted into reader" patch in debian/patches/coolkey-nextSize.patch
+    (Closes: #698230)
+
+ -- Ludovic Rousseau <rousseau at debian.org>  Sat, 18 Jan 2014 15:32:29 +0100
+
 coolkey (1.1.0-12) unstable; urgency=low
 
   * The coolkey device driver has been updated to follow the new Card

Added: coolkey/trunk/debian/patches/coolkey-nextSize.patch
URL: http://svn.debian.org/wsvn/pkg-coolkey/coolkey/trunk/debian/patches/coolkey-nextSize.patch?rev=62&op=file
==============================================================================
--- coolkey/trunk/debian/patches/coolkey-nextSize.patch	(added)
+++ coolkey/trunk/debian/patches/coolkey-nextSize.patch	Sat Jan 18 14:49:05 2014
@@ -0,0 +1,15 @@
+Description: Fix Firefox crash due to "Assertion `mOldCAC' failed" error
+Author: Eric Reischer
+Origin: http://www.spinics.net/linux/fedora/coolkey/msg00368.html
+Bug-Debian: http://bugs.debian.org/698230
+--- a/src/coolkey/slot.cpp
++++ b/src/coolkey/slot.cpp
+@@ -2215,6 +2215,8 @@
+     CKYBuffer_InitEmpty(&vBuf);
+     CKYBuffer_Resize(cert, 0);
+ 
++    *nextSize = 0;
++
+     /* handle the new CAC card read */
+     /* read the TLV */
+     status = CACApplet_ReadFile(conn, CAC_TAG_FILE, &tBuf, NULL);

Modified: coolkey/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-coolkey/coolkey/trunk/debian/patches/series?rev=62&op=diff
==============================================================================
--- coolkey/trunk/debian/patches/series	(original)
+++ coolkey/trunk/debian/patches/series	Sat Jan 18 14:49:05 2014
@@ -8,3 +8,4 @@
 coolkey-cac-rhl5.patch
 0001-Fix-working-with-empty-certificates-in-not-zero-slot.patch
 Handle-pcscd-restarting
+coolkey-nextSize.patch




More information about the Pkg-coolkey-commits mailing list