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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user