aboutsummaryrefslogtreecommitdiff
path: root/tools/squashfs3-lzma/patches/150-fix-unitialized-memory.patch
Commit message (Collapse)AuthorAge
* tools: squashfs3-lzma: generate reproducible outputDaniel Golle2023-05-12
Always initialize header with zeros as otherwise we may end up with uninitialized memory which ruins reproducibility. Signed-off-by: Daniel Golle <daniel@makrotopia.org>