mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Initialize index entries array and update index management for DDT entries
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include "crc64.h"
|
||||
#include "lru.h"
|
||||
#include "structs.h"
|
||||
#include "utarray.h"
|
||||
|
||||
#ifndef MD5_DIGEST_LENGTH
|
||||
#define MD5_DIGEST_LENGTH 16
|
||||
@@ -124,6 +125,7 @@ typedef struct aaruformatContext
|
||||
crc64_ctx *crc64Context;
|
||||
int writingBufferPosition;
|
||||
long nextBlockPosition;
|
||||
UT_array *indexEntries;
|
||||
} aaruformatContext;
|
||||
|
||||
typedef struct DumpHardwareEntriesWithData
|
||||
|
||||
Reference in New Issue
Block a user