Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib/decompress_unlzma: Do a NULL check for pointer
Compare pointer-typed values to NULL rather than 0. The semantic patch that makes this change is available in scripts/coccinelle/null/badzero.cocci. Signed-off-by: Fabio Estevam <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information