Skip to content

pop3: function could get the ->transfer field wrong - #19039

Closed
bagder wants to merge 1 commit into
masterfrom
bagder/no-body
Closed

pop3: function could get the ->transfer field wrong#19039
bagder wants to merge 1 commit into
masterfrom
bagder/no-body

Conversation

@bagder

@bagder bagder commented Oct 13, 2025

Copy link
Copy Markdown
Member

In pop3_perform(), pop3->transfer was derived from the old data->req.no_body. Then, pop3_perform_command() re-computed data->req.no_body.

Now we instead call pop3_perform_command() first.

Reported-by: Joshua Rogers

In pop3_perform(), pop3->transfer was derived from the old
data->req.no_body. Then, pop3_perform_command() re-computed
data->req.no_body.

Now we instead call pop3_perform_command() first.

Reported-by: Joshua Rogers
@bagder bagder added the POP3 label Oct 13, 2025
@bagder
bagder marked this pull request as ready for review October 13, 2025 08:01
@bagder bagder closed this in 67c4256 Oct 13, 2025
@bagder
bagder deleted the bagder/no-body branch October 13, 2025 08:41
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.

1 participant