Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 301889 Details for
Bug 403545
app-crypt/coolkey does not work any more with ActiveKey
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix-working-with-empty-certificates-in-not-zero-slot
0001-Fix-working-with-empty-certificates-in-not-zero-slot.patch (text/plain), 808 bytes, created by
Uros
on 2012-02-14 10:05:13 UTC
(
hide
)
Description:
Fix-working-with-empty-certificates-in-not-zero-slot
Filename:
MIME Type:
Creator:
Uros
Created:
2012-02-14 10:05:13 UTC
Size:
808 bytes
patch
obsolete
>From f184e5a538caa9412fa3b0e99afe92473fbd6739 Mon Sep 17 00:00:00 2001 >From: Vladimir Kravets <vova.kravets@gmail.com> >Date: Mon, 23 May 2011 17:17:43 +0300 >Subject: [PATCH] Fix working with empty certificates in not zero slots. > >--- > coolkey-1.1.0/src/coolkey/slot.cpp | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/coolkey-1.1.0/src/coolkey/slot.cpp b/coolkey-1.1.0/src/coolkey/slot.cpp >index 4c734b7..4c10e8a 100644 >--- src/coolkey/slot.cpp >+++ src/coolkey/slot.cpp >@@ -2193,7 +2193,7 @@ Slot::readCACCertificateFirst(CKYBuffer *cert, CKYSize *nextSize, > handleConnectionError(); > } > >- if(CKYBuffer_Size(cert) == 0) { >+ if(throwException && CKYBuffer_Size(cert) == 0) { > handleConnectionError(); > } > return status; >-- >1.7.4.1 >
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 403545
: 301889