each tag ioctx now keeps its own copy of the ec3_tag_info describing it

this fixes an issue where pointers to ec3_tag_info would become
invalid when the b_buffer containing them was resized.
This commit is contained in:
2025-02-24 15:46:27 +00:00
parent 08e7cfd8eb
commit 4598057553
4 changed files with 16 additions and 16 deletions

View File

@@ -44,14 +44,6 @@ struct ec3_image_info {
uint64_t img_id;
};
struct ec3_tag_info {
unsigned long tag_type;
unsigned long tag_flags;
unsigned long tag_checksum;
unsigned long long tag_ident;
unsigned long long tag_total_length;
};
struct ec3_extent_info {
unsigned long long ex_owner;
unsigned long ex_logical_cluster;