linux_dsm_epyc7002/fs/afs
Denis Kirjanov 037776fcbe AFS: Fix possible null pointer dereference in afs_alloc_server()
Fix a possible null pointer dereference in afs_alloc_server(): the server
pointer is NULL if there was an allocation failure, and under such a
condition, we can't dereference it in the _leave() statement.

Signed-off-by: Denis Kirjanov <dkirjanov@kernel.org>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-06-01 09:26:36 -07:00
..
afs_cm.h
afs_fs.h
afs_vl.h
afs.h
cache.c
callback.c
cell.c
cmservice.c
dir.c AFS: Don't put struct file on the stack 2010-05-21 18:31:28 -04:00
file.c AFS: Don't put struct file on the stack 2010-05-21 18:31:28 -04:00
flock.c
fsclient.c
inode.c
internal.h drop unused dentry argument to ->fsync 2010-05-27 22:05:02 -04:00
Kconfig
main.c
Makefile
misc.c
mntpt.c AFS: Don't put struct file on the stack 2010-05-21 18:31:28 -04:00
netdevices.c
proc.c
rxrpc.c
security.c
server.c AFS: Fix possible null pointer dereference in afs_alloc_server() 2010-06-01 09:26:36 -07:00
super.c afs: add bdi backing to mount session. 2010-04-22 11:58:18 +02:00
vlclient.c
vlocation.c
vnode.c
volume.c afs: add bdi backing to mount session. 2010-04-22 11:58:18 +02:00
write.c drop unused dentry argument to ->fsync 2010-05-27 22:05:02 -04:00