https://github.com/torvalds/linux
Revision 215a8fe4198f607f34ecdbc9969dae783d8b5a61 authored by Nicholas Bellinger on 27 February 2015, 11:54:13 UTC, committed by Nicholas Bellinger on 20 March 2015, 06:26:42 UTC
This patch fixes a NULL pointer dereference OOPs with pSCSI backends
within target_core_stat.c code.  The bug is caused by a configfs attr
read if no pscsi_dev_virt->pdv_sd has been configured.

Reported-by: Olaf Hering <olaf@aepfle.de>
Cc: <stable@vger.kernel.org>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
1 parent d556546
History
Tip revision: 215a8fe4198f607f34ecdbc9969dae783d8b5a61 authored by Nicholas Bellinger on 27 February 2015, 11:54:13 UTC
target/pscsi: Fix NULL pointer dereference in get_device_type
Tip revision: 215a8fe
File Mode Size
Makefile -rw-r--r-- 377 bytes
compat.c -rw-r--r-- 19.1 KB
compat_mq.c -rw-r--r-- 3.9 KB
ipc_sysctl.c -rw-r--r-- 5.4 KB
mq_sysctl.c -rw-r--r-- 2.9 KB
mqueue.c -rw-r--r-- 35.3 KB
msg.c -rw-r--r-- 23.2 KB
msgutil.c -rw-r--r-- 3.6 KB
namespace.c -rw-r--r-- 4.0 KB
sem.c -rw-r--r-- 55.2 KB
shm.c -rw-r--r-- 32.5 KB
syscall.c -rw-r--r-- 2.3 KB
util.c -rw-r--r-- 21.1 KB
util.h -rw-r--r-- 6.4 KB

back to top