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:
6bbc20b
)
[WATCHDOG] pcwd_usb.c: fix a NULL pointer dereference
author
Adrian Bunk
<bunk@stusta.de>
Fri, 10 Mar 2006 18:04:38 +0000
(19:04 +0100)
committer
Wim Van Sebroeck
<wim@iguana.be>
Sun, 2 Apr 2006 16:51:50 +0000
(18:51 +0200)
The Coverity checker noted that this resulted in a NULL pointer
reference if we were coming from
if (usb_pcwd == NULL) {
printk(KERN_ERR PFX "Out of memory\n");
goto error;
}
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Signed-off-by: Andrew Morton <akpm@osdl.org>
drivers/char/watchdog/pcwd_usb.c
patch
|
blob
|
history
diff --cc
drivers/char/watchdog/pcwd_usb.c
Simple merge