You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document behaviour of path_readlink when buf is too small (#554)
`readlink` and `readlinkat` in POSIX specify that if the buffer is too
small to contain the link content, the first `buf_len` bytes will be
written. We already state the behaviour of this function is similar to
`readlinkat` but explicitly clarifying this case removes any ambiguity.
0 commit comments