Attempted to read an on-disk data structure that appears to be corrupted, i.e. contains obvious non-s...
Allocation using malloc or calloc failed (returned NULL).
SQFS_ERROR
Error codes that can be returned by various libsquashfs functions.
Generic compressor error returned if compressing data failed (some kind of internal error) or extract...
Attempted to perform an out-of-bounds read. If this happens when following a reference stored in a da...
Specific error when reading or initializing the super block.
Attempted to use an unsupported feature (e.g. an unknown compressor or xattr type).
Specific error when reading the super block.
An invalid argument was passed to a library function.
Library functions were called an a nonsensical order.
Detected a hard link loop while walking a filesystem tree.
Expected a directory (inode), found something else instead.
Attempted to read a data structure into memory would overflow the addressable memory. Usually indicates a corrupted or maliciously manipulated SquashFS filesystem.
A specified path, or a part of it, does not exist.
An internal error of the "this wasn't supposed to happen" kind that cannot easily be mapped to someth...
Generic I/O error if a file read or write operation failed.
Specific error when reading the super block.
Tried to perform an file operation on something that isn't a regular file or a regular file inode...