aboutsummaryrefslogtreecommitdiff
path: root/squashfs-tools/read_xattrs.c
AgeCommit message (Expand)Author
2017-12-09Revert "Merge remote-tracking branch 'aosp/upstream-master' into 'aosp/master'"Colin Cross
2013-04-19Move SQUASHFS_LEXX and SQUASHFS_SWAP_{SHORTS:INTS:LONGS} into squashfs_swap.hPhillip Lougher
2013-04-19Swap source and destination in macros in disk -> host reading codePhillip Lougher
2013-03-17read_xattrs: Use MEM_ERROR() in get_xattrs()Phillip Lougher
2013-03-17read_xattrs: Use MEM_ERROR() in read_xattrs_from_disk()Phillip Lougher
2013-03-17read_xattrs: Use MEM_ERROR() in read_xattr_entry()Phillip Lougher
2013-03-17read_xattrs: save_xattr_block() no longer returns failurePhillip Lougher
2013-03-14read_xattrs: Use error.h for read_xattrs as wellPhillip Lougher
2013-01-28read_xattrs: harden xattr data reading against corrupted filesystemsPhillip Lougher
2013-01-25unsquashfs: prevent buffer {over|under}flow in read_block() with corrupted fi...Phillip Lougher
2012-12-28Unsquashfs: don't treat unrecognised xattr prefixes as xattr read failurePhillip Lougher
2012-12-28read_xattrs: fix xattr free in get_xattr() in error pathPhillip Lougher
2012-12-28unsquashfs_xattr: fix memory leak in write_xattr()Phillip Lougher
2012-10-31Update email addressPhillip Lougher
2010-12-31get rid of global.h includeplougher
2010-12-31get rid of squashfs_super_block typedefplougher
2010-07-22Wrap some linesplougher
2010-07-21Check for read_xattr_failure, and print error messages in read_xattr_failureplougher
2010-07-21Check return result of save_xattr_block.plougher
2010-07-17Move prefix_table definition from xattr.h to read_xattrs.c removingplougher
2010-07-04fix copyright datesplougher
2010-07-02Add initial support for reading xattrs in unsquashfs using the shared code inplougher
2010-06-20Add some more commentsplougher
2010-06-18Refactor xattr read code so it can be used by unsquashfsplougher
2010-06-18Change unsquashfs read_block() to take a void * rather than a char *.plougher
2010-06-18change read_fs_bytes() from taking char * to taking void *plougher
2010-06-18Rename read_destination() to read_fs_bytes(). Also don't abort onplougher
2010-06-18add new read_xattrs.c fileplougher