Home
last modified time | relevance | path

Searched hist:b05bf5c6 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dcallback_xdr.cb05bf5c6 Mon Jan 03 13:50:16 CST 2022 Trond Myklebust <trond.myklebust@hammerspace.com> NFSv4.1: Fix uninitialised variable in devicenotify

When decode_devicenotify_args() exits with no entries, we need to
ensure that the struct cb_devicenotifyargs is initialised to
{ 0, NULL } in order to avoid problems in
nfs4_callback_devicenotify().

Reported-by: <rtm@csail.mit.edu>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
H A Dcallback_proc.cb05bf5c6 Mon Jan 03 13:50:16 CST 2022 Trond Myklebust <trond.myklebust@hammerspace.com> NFSv4.1: Fix uninitialised variable in devicenotify

When decode_devicenotify_args() exits with no entries, we need to
ensure that the struct cb_devicenotifyargs is initialised to
{ 0, NULL } in order to avoid problems in
nfs4_callback_devicenotify().

Reported-by: <rtm@csail.mit.edu>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>