Files
linux-st/fs
Dan Carpenter e138ead73f NFS: null dereference in dev_remove()
In commit 5ffaf85541 "NFS: replace global bl_wq with per-net one" we
made "msg" a pointer instead of a struct stored in stack memory.  But we
forgot to change the memset() here so we're still clearing stack memory
instead clearing the struct like we intended.  It will lead to a kernel
crash.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2012-03-13 15:33:08 -04:00
..
2012-01-09 10:48:11 -05:00
2012-03-13 15:33:08 -04:00
2012-01-31 19:28:20 -05:00
2012-02-02 12:55:17 -08:00
2012-01-03 22:55:11 -05:00
2012-01-12 20:13:04 -08:00
2012-01-17 16:39:47 -05:00
2012-01-05 15:40:12 -08:00