Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-29 | Fix: xattr reader: read the header after seaking to an OOL value | David Oberhollenzer | |
If an xattr value is stored OOL, the value actually holds an 8 byte reference to another, previously stored value. This reference points to the header that we need to read to know the actual size of the value before reading it, not the value itself, so after reading the reference and seeking to it, the xattr reader needs to read the actual header. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2020-06-09 | Cleanup: split libsquashfs xattr writer code | David Oberhollenzer | |
This commit moves the libsquashfs xattr related code into a sub directory and splits the xattr writer code up into several files. No actual code is changed. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |