mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-10 17:59:33 +00:00
Fix serialization constraint
svn path=/trunk/kdesupport/qca/; revision=653817
This commit is contained in:
parent
d9b7660899
commit
217638e829
@ -2300,7 +2300,7 @@ pkcs11KeyStoreListContext::deserializeCertificateId (
|
||||
|
||||
QStringList list = from.split ("/");
|
||||
|
||||
if (list.size () < 3) {
|
||||
if (list.size () < 5) {
|
||||
throw pkcs11Exception (CKR_FUNCTION_FAILED, "Invalid serialization");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user