commit | e086af8ba5b5e9826e6226650312b5a5c21f39d9 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon May 17 08:21:39 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed May 26 17:26:07 2021 -0400 |
tree | adafa04657a5367bb73f686f5fdd0c3a90711180 | |
parent | 40620d1809db05d0b20e07a5d6d0af350ee46c52 [diff] |
fs/squashfs: zero out unused fields in fs_dirent When reading directories the UEFI sub-system must supply file attributes and timestamps. These fields will have to be added to struct fs_dirent. SquashFS should not fill these fields with random data. Ensure that they are zeroed out. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>