kernel-fxtec-pro1x/net/ceph
Dan Carpenter 7c40b22f6f libceph: potential NULL dereference in ceph_msg_data_create()
If kmem_cache_zalloc() returns NULL then the INIT_LIST_HEAD(&data->links);
will Oops.  The callers aren't really prepared for NULL returns so it
doesn't make a lot of difference in real life.

Fixes: 5240d9f95d ("libceph: replace message data pointer with list")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2017-07-17 14:54:59 +02:00
..
crush crush: remove an obsolete comment 2017-07-07 17:25:19 +02:00
armor.c
auth.c
auth_none.c
auth_none.h
auth_x.c libceph: fix error handling in process_one_ticket() 2017-05-23 20:32:28 +02:00
auth_x.h
auth_x_protocol.h
buffer.c
ceph_common.c Add wait_for_random_bytes() and get_random_*_wait() functions so that 2017-07-15 12:44:02 -07:00
ceph_fs.c
ceph_hash.c
ceph_strings.c
cls_lock_client.c rbd: support updating the lock cookie without releasing the lock 2017-05-04 09:19:23 +02:00
crypto.c sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h> 2017-03-02 08:42:33 +01:00
crypto.h
debugfs.c libceph: osd_state is 32 bits wide in luminous 2017-07-07 17:25:19 +02:00
Kconfig
Makefile
messenger.c libceph: potential NULL dereference in ceph_msg_data_create() 2017-07-17 14:54:59 +02:00
mon_client.c libceph: support SERVER_JEWEL feature bits 2017-07-07 17:25:15 +02:00
msgpool.c
osd_client.c libceph: don't call encode_request_finish() on MOSDBackoff messages 2017-07-17 14:54:59 +02:00
osdmap.c libceph: use alloc_pg_mapping() in __decode_pg_upmap_items() 2017-07-17 14:54:58 +02:00
pagelist.c libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_t 2017-05-04 09:19:19 +02:00
pagevec.c
snapshot.c libceph: convert ceph_snap_context.nref from atomic_t to refcount_t 2017-05-04 09:19:18 +02:00
string_table.c