Skip to content
Snippets Groups Projects
Commit ad4d0532 authored by Jan Kara's avatar Jan Kara
Browse files

udf: Make stat on symlink report symlink length as st_size


UDF encodes symlinks in a more complex fashion and thus i_size of a
symlink does not match the lenght of a string returned by readlink(2).
This confuses some applications (see bug 191241) and may be considered a
violation of POSIX. Fix the problem by reading the link into page cache
in response to stat(2) call and report the length of the decoded path.

Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent a17f0cb5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment