- 14 1月, 2011 1 次提交
-
-
由 Phillip Lougher 提交于
Move squashfs_i() definition out of squashfs.h, this eliminates the need to #include squashfs_fs_i.h from numerous files. Signed-off-by: NPhillip Lougher <phillip@lougher.demon.co.uk>
-
- 05 8月, 2010 2 次提交
-
-
由 Phillip Lougher 提交于
Sizing the buffer using block size alone is incorrect leading to a potential buffer over-run on 4K block size file systems (because the metadata block size is always 8K). Srclength is set to the maximum expected size of the decompressed block and it is block_size or 8K depending on whether a data or metadata block is being decompressed. Signed-off-by: NPhillip Lougher <phillip@lougher.demon.co.uk>
-
由 Chan Jeong 提交于
Signed-off-by: NChan Jeong <chan.jeong@lge.com> Signed-off-by: NPhillip Lougher <phillip@lougher.demon.co.uk>
-