1
0
Fork 0
alistair23-linux/drivers/isdn/isdnloop
Arnd Bergmann 8a72b81e6d isdn: isdnloop: fix pointer dereference bug
clang has spotted an ancient code bug and warns about it with:

drivers/isdn/isdnloop/isdnloop.c:573:12: error: address of array 'card->rcard' will always evaluate to 'true' [-Werror,-Wpointer-bool-conversion]

This is an array of pointers, so we should check if a specific
pointer exists in the array before using it, not whether the
array itself exists.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-03-07 09:25:52 -08:00
..
Makefile
isdnloop.c isdn: isdnloop: fix pointer dereference bug 2019-03-07 09:25:52 -08:00
isdnloop.h isdn: whitespace coding style cleanup 2012-02-21 09:04:01 -08:00