diff options
author | Garry McNulty <garrmcnu@gmail.com> | 2018-10-03 20:51:21 +0100 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2018-10-23 21:16:05 -0500 |
commit | ef2298a06d012973bbc592b86fe5ff730d4d0c63 (patch) | |
tree | f6fb7f0d26271f2febe0bed3b13a9e941705b2f6 /fs/xattr.c | |
parent | 179e44d49c2f6f4e90479f0a98d896e415742c96 (diff) |
fs/cifs: fix uninitialised variable warnings
In some error conditions, resp_buftype can be passed uninitialised to
free_rsp_buf(), potentially resulting in a spurious debug message.
If resp_buftype randomly had the value 1 (CIFS_SMALL_BUFFER) then this
would log a debug message.
The rsp pointer is initialised to NULL so there is no other side-effect.
Detected by CoverityScan, CID 1438585 ("Uninitialized scalar variable")
Detected by CoverityScan, CID 1438667 ("Uninitialized scalar variable")
Detected by CoverityScan, CID 1438764 ("Uninitialized scalar variable")
Signed-off-by: Garry McNulty <garrmcnu@gmail.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
Diffstat (limited to 'fs/xattr.c')
0 files changed, 0 insertions, 0 deletions