History log of /external/squashfs-tools/squashfs-tools/read_file.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9a222122c59e370e8e80a114c7ddfbabc0aef746 21-Feb-2013 Phillip Lougher <phillip@squashfs.org.uk> read_file: Use MEM_ERROR() for out of space handling.

Replace hand crafted ERROR() message with MEM_ERROR().

Note: out of memory will now immediately abort mksquashfs,
rather than the function returning error. This brings
it into line with other code in mksquashfs.

Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
/external/squashfs-tools/squashfs-tools/read_file.c
a1305bac848f1d95479a9687d31fa87a849ea4a4 25-Dec-2012 Phillip Lougher <phillip@squashfs.org.uk> read_file: fix parse_line() failure case

Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
/external/squashfs-tools/squashfs-tools/read_file.c
c4b044f565ba7882e73acf6132b9d4be59690910 24-Dec-2012 Phillip Lougher <phillip@squashfs.org.uk> read_file: Make pseudo read file implementation into a generic routine

Move routine into separate file, which can be used by multiple
callers, and change pseudo.c to use the generic routine.

Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
/external/squashfs-tools/squashfs-tools/read_file.c