Skip to content

quic: count zero length packets against max#21869

Closed
icing wants to merge 1 commit into
curl:masterfrom
icing:quic-account-zero-lengths
Closed

quic: count zero length packets against max#21869
icing wants to merge 1 commit into
curl:masterfrom
icing:quic-account-zero-lengths

Conversation

@icing

@icing icing commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

With a flood of zero lenght UDP packets to curl, the receive loop might run longer than intended to. Count such packets against the max to terminate the loop as intended.

With a flood of zero lenght UDP packets to curl, the receive
loop might run longer than intended to. Count such packets against
the max to terminate the loop as intended.
@github-actions github-actions Bot added the HTTP/3 h3 or quic related label Jun 5, 2026
@bagder bagder closed this in 56eca2a Jun 5, 2026
dkarpov1970 pushed a commit to dkarpov1970/curl that referenced this pull request Jun 9, 2026
With a flood of zero lenght UDP packets to curl, the receive loop might
run longer than intended to. Count such packets against the max to
terminate the loop as intended.

URL: https://hackerone.com/reports/3783438
Reported-by: vectorqueue on hackerone
Closes curl#21869
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

HTTP/3 h3 or quic related

Development

Successfully merging this pull request may close these issues.

2 participants