Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ovl: fix NULL pointer defer when encoding non-decodable lower fid
A wrong return value from ovl_check_encode_origin() would cause ovl_dentry_to_fid() to try to encode fid from NULL upper dentry. Reported-by: [email protected] Fixes: 16aac5a ("ovl: support encoding non-decodable file handles") Signed-off-by: Amir Goldstein <[email protected]>
- Loading branch information