Searched hist:b05bf5c63b326ce1da84ef42498d8e0e292e694c (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/nfs/ |
H A D | callback.h | diff b05bf5c63b326ce1da84ef42498d8e0e292e694c 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 D | callback_xdr.c | diff b05bf5c63b326ce1da84ef42498d8e0e292e694c 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 D | callback_proc.c | diff b05bf5c63b326ce1da84ef42498d8e0e292e694c 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>
|