We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11bcce8 commit 98f5252Copy full SHA for 98f5252
hw/application_fpga/fw/tk1/reset.c
@@ -44,7 +44,7 @@ int reset(struct reset *userreset, size_t nextlen)
44
45
// Mix in CDI of currently running app in the seed_digest.
46
int rc = blake2s((void *)resetinfo->seed_digest, RESET_DIGEST_SIZE,
47
- (void *)cdi, 32, (void *)resetinfo->seed_digest,
+ (void *)cdi, 32, (void *)userreset->seed_digest,
48
RESET_DIGEST_SIZE);
49
assert(rc == 0);
50
0 commit comments