mirror of
https://github.com/stefanberger/libtpms
synced 2026-08-08 17:11:53 +00:00
Sync: Add another fallthrough hint for static analysis tools
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
bad09ff655
commit
5782eca3bb
@ -365,9 +365,8 @@ CreateChecks(OBJECT* parentObject,
|
||||
&& !IS_ATTRIBUTE(attributes, TPMA_OBJECT, decrypt)
|
||||
&& IS_ATTRIBUTE(attributes, TPMA_OBJECT, sensitiveDataOrigin))
|
||||
result = TPM_RC_ATTRIBUTES;
|
||||
// comment out the next line in order to prevent a fixedTPM derivation
|
||||
// parent
|
||||
// break;
|
||||
// fall through to prevent a fixedTPM derivation parent
|
||||
// [[fallthrough]];
|
||||
/* fallthrough */ // libtpms added
|
||||
case TPM_ALG_SYMCIPHER:
|
||||
// A restricted key symmetric key (SYMCIPHER and KEYEDHASH)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user