]> git.karo-electronics.de Git - linux-beck.git/commit
driver core: Check if r->name is valid in platform_get_resource_byname()
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Thu, 23 Aug 2012 14:10:00 +0000 (17:10 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Sep 2012 20:29:11 +0000 (13:29 -0700)
commit1b8cb9290671a4c025c16a51d316031f9ec04976
treea335e3cb404474a9420b4e3f07044128c8f5e499
parent45f035ab9b8f45aaf1eb2213218b7e9c14af3fc2
driver core: Check if r->name is valid in platform_get_resource_byname()

Safety check for the validity of the resource name before calling strcmp().
If the resource name is NULL do not compare it, just skip it.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/platform.c