Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Dec 25, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

bagder and others added 3 commits December 24, 2025 22:47
Only accept up to SIZE_MAX/16 input bytes. To avoid overflows, mistakes
and abuse.

Follow-up to 9bfc7f9

Reported-by: Daniel Santos

Closes #20086
Recent wolfSSL with OPENSSL_COEXIST enabled does not provide the DES_*
symbols, so we do.

Reported-by: Daniel Pouzzner
Closes #20083
Source and target are the same size, null-terminator is already present
in the target buffer.

Closes #20089
@pull pull bot locked and limited conversation to collaborators Dec 25, 2025
@pull pull bot added the ⤵️ pull label Dec 25, 2025
bagder and others added 4 commits December 25, 2025 11:01
- drop unused `http.h` includes.
- drop unused `http1.h` include.
- drop unused `http2.h` includes.
- vssh/ssh.h: drop unused `vssh.h` include.
- urldata.h: drop unused protocol includes.
- url: include `smtp.h` directly.
- rtsp.h: include directly where used.
- imap, smtp: drop redundant include, move another from .h to .c.

Verified with an all non-unity CI run.

Closes #20093
The cookie flushing (saving to a cookie jar) should only be done if a
transfer has been started. This is now done by checking the
cookies->running field, which is not reset in curl_easy_reset() so the
saving works correctly even after a call to that.

Follow-up to fd6eb8d

Verified by test 1920

Reported-by: Alexander Batischev
Fixes #20090
Closes #20094
@pull pull bot merged commit ed96683 into turkdevops:master Dec 25, 2025
3 of 4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants