fix buffer overflow: readlink write
readlink write at most PATH_MAX, thus we need to support also the worst case scenario in which all the bytes are written.
Loading
Please register or sign in to comment
readlink write at most PATH_MAX, thus we need to support also the worst case scenario in which all the bytes are written.