]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
viafb: NULL dereference on allocation failure in query_edid()
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 17 Feb 2012 06:45:01 +0000 (09:45 +0300)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Fri, 17 Feb 2012 07:56:21 +0000 (07:56 +0000)
commitc572c8bbff13591f6c9f249d4413f79ddda21e61
treebaa8c5d1b144adb6a31f2f90d51fb52c43d3f738
parent7b918120489ea004388b7370194222671e657203
viafb: NULL dereference on allocation failure in query_edid()

We should handle the allocation here, if only to keep the static
checkers happy.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/via/via_aux_edid.c