]> git.ipfire.org Git - thirdparty/curl.git/commit
libssh: get rid of PATH_MAX
authorEmil Engler <me@emilengler.com>
Thu, 1 Apr 2021 16:24:53 +0000 (18:24 +0200)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 6 Apr 2021 03:21:19 +0000 (23:21 -0400)
commitc1abc6624d8fb1bd2286feeb8b623dd4850fadbe
treeb1fd28effb6637d87365cbae1651b38be04f7d2c
parent605aa03ac198e049e6779df5ccc433b0934e40aa
libssh: get rid of PATH_MAX

This removes the last occurrence of PATH_MAX inside our libssh
implementation by calculating the path length from the string length of
the two components.

Closes #6829
lib/vssh/libssh.c