git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54669fd
)
Staging: lirc, fix NULL dereference
author
Jiri Slaby
<jslaby@suse.cz>
Sat, 4 Sep 2010 12:32:25 +0000
(14:32 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Sun, 5 Sep 2010 04:26:05 +0000
(21:26 -0700)
When 'context' allocation fails in imon_probe, we jump to unlock
context->ctx_lock. This is wrong as context is NULL and the lock is
not locked.
Fix the labels.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Jarod Wilson <jarod@redhat.com>
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found