https://github.com/torvalds/linux
Revision c9d1a0b8d52e7539e22f3c3190f8b6e0c80b6cfe authored by Adrian Bunk on 10 March 2006, 18:04:38 UTC, committed by Wim Van Sebroeck on 02 April 2006, 16:51:50 UTC
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>
1 parent 6bbc20b
History
Tip revision: c9d1a0b8d52e7539e22f3c3190f8b6e0c80b6cfe authored by Adrian Bunk on 10 March 2006, 18:04:38 UTC
[WATCHDOG] pcwd_usb.c: fix a NULL pointer dereference
Tip revision: c9d1a0b
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 462 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.7 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 67.2 KB
Makefile -rw-r--r-- 43.8 KB
README -rw-r--r-- 15.1 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top