mirror of
https://github.com/stefanberger/libtpms
synced 2026-08-07 05:59:50 +00:00
tpm2: Add fallthrough annotation to end of case statement (Coverity)
Add a fallthrough annotation to suppress a Coverity complaint. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
712ab4d531
commit
9787502b16
@ -443,6 +443,7 @@ TPM_RC NvDefineSpace(TPMI_RH_PROVISION authHandle,
|
||||
// It is not allowed to create a PIN Index that can't be modified.
|
||||
if(!IS_ATTRIBUTE(attributes, TPMA_NV, NO_DA))
|
||||
return TPM_RCS_ATTRIBUTES + blamePublic;
|
||||
/* fallthrough */
|
||||
#endif
|
||||
#ifdef TPM_NT_PIN_PASS
|
||||
case TPM_NT_PIN_PASS:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user