This commit is contained in:
2025-11-07 00:30:28 +01:00
parent 407afffeb5
commit 44fb1c4f36
4 changed files with 66 additions and 45 deletions
-1
View File
@@ -1153,7 +1153,6 @@ static void process_event_for_write(TinyDFS *tdfs,
return;
}
tdfs->operations[opidx].num_hashes = num_hashes; // TODO: overflow
tdfs->operations[opidx].hashes = sys_malloc(num_hashes * sizeof(SHA256));
if (tdfs->operations[opidx].hashes == NULL) {