The 'name1' argument to symlink(2) is only limited to 1023 characters,
its components are not checked.
This commit is contained in:
parent
c1afd80576
commit
024a6b9fb4
@ -67,7 +67,9 @@ A component of the
|
||||
.Fa name2
|
||||
prefix is not a directory.
|
||||
.It Bq Er ENAMETOOLONG
|
||||
A component of either pathname exceeded 255 characters,
|
||||
A component of the
|
||||
.Fa name2
|
||||
pathname exceeded 255 characters,
|
||||
or the entire length of either path name exceeded 1023 characters.
|
||||
.It Bq Er ENOENT
|
||||
The named file does not exist.
|
||||
|
Loading…
Reference in New Issue
Block a user