commit | 979a6e28dd969a2222545001f79566b4bfaf06c0 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Mon May 03 11:54:24 2021 +0200 |
committer | Jan Kara <jack@suse.cz> | Wed Aug 11 16:54:44 2021 +0200 |
tree | 2f84f4228fa2b68b9e108a0031e3bca1f83bba65 | |
parent | b3c8c9801eb9b8e0f73246b4b14efbde1a4c570c [diff] |
udf: Get rid of 0-length arrays in struct fileIdentDesc Get rid of 0-length arrays in struct fileIdentDesc. This requires a bit of cleaning up as the second variable length array in this structure is often used and the code abuses the fact that the first two arrays have the same type and offset in struct fileIdentDesc. Signed-off-by: Jan Kara <jack@suse.cz>