]> git.ipfire.org Git - thirdparty/curl.git/commit
ftplistparser: keep state between invokes
authorDaniel Stenberg <daniel@haxx.se>
Thu, 19 Apr 2018 13:47:05 +0000 (15:47 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 Apr 2018 20:52:52 +0000 (22:52 +0200)
commitabbc8457d85aca74b7cfda1d394b0844932b2934
tree46f2c7e16eefe4d557127b4769f4c9ffa16210ce
parent98a768f0a6d23e6d3e209fc543d60e260dbcc46b
ftplistparser: keep state between invokes

Fixes FTP wildcard parsing when doing over a number of read buffers.

Regression from f786d1f14

Reported-by: wncboy on github
Fixes #2445
Closes #2519
lib/fileinfo.c
lib/fileinfo.h
lib/ftp.c
lib/ftplistparser.c
lib/wildcard.c