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.
parent
a9b4c16b
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.