SSH: avoid PATH_MAX with alloc
We cannot assume that PATH_MAX will be enough for the remote path name so allocating room for it is the only sensible approach.
parent
569202c9
Please register or sign in to comment
We cannot assume that PATH_MAX will be enough for the remote path name so allocating room for it is the only sensible approach.