]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: bcm: fix possible NULL dereference of psfLocalSet in CmHost.c
authorKevin McKinney <klmckinney1@gmail.com>
Fri, 24 Feb 2012 04:41:05 +0000 (23:41 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Feb 2012 19:53:10 +0000 (11:53 -0800)
commit384858f1e92dd135e1b261121aa83640cd89e4ec
treee3e4dab6bb4b529d7c1bbfa25c75d52856b58790
parent723644acd424ab54bae36373d4add87eaeeab66d
Staging: bcm: fix possible NULL dereference of psfLocalSet in CmHost.c

Variable psfLocalSet may not follow the correct
path in the code, and therefore may not be set
properly. As such, causing a null dereference.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/CmHost.c