]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
lib/decompress_unlzma: Do a NULL check for pointer
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 9 Sep 2015 22:39:15 +0000 (15:39 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 10 Sep 2015 20:29:01 +0000 (13:29 -0700)
commite4e29dc4841d21943bec1bc5378ab421d2320d83
tree6f1d4774be452de6bf37e3c88c30c054d80bff68
parent2d3862d26e67a59340ba1cf1748196c76c5787de
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 <fabio.estevam@freescale.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/decompress_unlzma.c