Skip to content

Commit

Permalink
Bug 1282627 - Merge can be confused with a modified trust flags set.
Browse files Browse the repository at this point in the history
r=franziskus


This is the softoken version of the patch
  • Loading branch information
rjrelyea committed Oct 26, 2016
1 parent a2b66d9 commit 8c15b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/softoken/sdb.c
Expand Up @@ -1011,7 +1011,7 @@ sdb_SetAttributeValue(SDB *sdb, CK_OBJECT_HANDLE object_id,
sqlerr = sqlite3_bind_blob(stmt, i + 1, template[i].pValue,
template[i].ulValueLen, SQLITE_STATIC);
} else {
sqlerr = sqlite3_bind_blob(stmt, i + 2, SQLITE_EXPLICIT_NULL,
sqlerr = sqlite3_bind_blob(stmt, i + 1, SQLITE_EXPLICIT_NULL,
SQLITE_EXPLICIT_NULL_LEN, SQLITE_STATIC);
}
if (sqlerr != SQLITE_OK)
Expand Down

0 comments on commit 8c15b9e

Please sign in to comment.