SSH: avoid PATH_MAX with alloc
authorDaniel Stenberg <daniel@haxx.se>
Mon, 3 Jan 2011 12:34:13 +0000 (13:34 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 3 Jan 2011 12:36:45 +0000 (13:36 +0100)
commit45cea7196870f2b5e7096a619dc1a9725295ca1a
tree0d48639dca49bce675c23d50e2c11c686ae67ef2
parent569202c9a4efa15831cc260cea44d2756fbcac59
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.
lib/ssh.c