commit | b7fb3c3763f37731d1dd2f7b74e95b91a7812d44 | [log] [tgz] |
---|---|---|
author | Joao Marcos Costa <joaomarcos.costa@bootlin.com> | Wed Aug 19 18:28:41 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 24 14:11:31 2020 -0400 |
tree | 00b980dbf8219e20a4ee148702120a8afde6744d | |
parent | 16630a8225281b4e3dc7eb536656e9b2a357d5ff [diff] |
fs/squashfs: Fix Coverity Scan defects Fix defects such as uninitialized variables and untrusted pointer operations. Most part of the tainted variables and the related defects actually comes from Linux's macro get_unaligned_le**, extensively used in SquashFS code. Add sanity checks for those variables. Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>