Skip to content

tests: capture stdin to get the vsftpd version number - #15278

Closed
dfandrich wants to merge 1 commit into
masterfrom
dfandrich/vsftpdver
Closed

tests: capture stdin to get the vsftpd version number#15278
dfandrich wants to merge 1 commit into
masterfrom
dfandrich/vsftpdver

Conversation

@dfandrich

Copy link
Copy Markdown
Contributor

vsftpd 3.0 at least writes its version number to stdin (!) instead of
stderr. This works due for backwards compatibility reasons in UNIX, so
we must check stdin for anything written there to reliably parse the
version string.

Closes #15278

vsftpd 3.0 at least writes its version number to stdin (!) instead of
stderr. This works due for backwards compatibility reasons in UNIX, so
we must check stdin for anything written there to reliably parse the
version string.

Closes #15278
@github-actions github-actions Bot added the tests label Oct 12, 2024
@dfandrich
dfandrich requested a review from icing October 16, 2024 00:47
@dfandrich dfandrich closed this in 41c980b Oct 16, 2024
@dfandrich
dfandrich deleted the dfandrich/vsftpdver branch October 16, 2024 16:23
pps83 pushed a commit to pps83/curl that referenced this pull request Apr 26, 2025
vsftpd 3.0 at least writes its version number to stdin (!) instead of
stderr. This works due for backwards compatibility reasons in UNIX, so
we must check stdin for anything written there to reliably parse the
version string.

Closes curl#15278
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants