Skip to content

Conversation

@bagder
Copy link
Member

@bagder bagder commented Mar 27, 2023

The public struct contains three fields that are actually private, but with this change those fields are no longer used.

Switch from the custom realloc to using dynbuf for managing the FTP response parsing buffer.

bagder added 3 commits March 27, 2023 15:59
The public 'curl_fileinfo' struct contained three fields that are for
internal purposes only. This change makes them unused in the public
struct.

The new private struct fields are also renamed to make this separation
more obvious internally.

Closes #10844
@bagder bagder force-pushed the bagder/ftplistparser branch from 577d869 to 46414ff Compare March 27, 2023 14:02
@bagder bagder closed this in 01114f6 Mar 28, 2023
bagder added a commit that referenced this pull request Mar 28, 2023
bagder added a commit that referenced this pull request Mar 28, 2023
@bagder bagder deleted the bagder/ftplistparser branch March 28, 2023 08:13
bch pushed a commit to bch/curl that referenced this pull request Jul 19, 2023
The public 'curl_fileinfo' struct contained three fields that are for
internal purposes only. This change makes them unused in the public
struct.

The new private struct fields are also renamed to make this separation
more obvious internally.

Closes curl#10844
bch pushed a commit to bch/curl that referenced this pull request Jul 19, 2023
bch pushed a commit to bch/curl that referenced this pull request Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant