This repository has been archived by the owner on Sep 24, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cifs: fix CIFS_ENUMERATE_SNAPSHOTS oops
As with 6187639, an open directory may have a NULL private_data pointer prior to readdir. CIFS_ENUMERATE_SNAPSHOTS must check for this before dereference. Fixes: 834170c ("Enable previous version support") Signed-off-by: David Disseldorp <[email protected]> CC: Stable <[email protected]> Signed-off-by: Steve French <[email protected]>
- Loading branch information