Skip to content

tool_cb_hdr: fix fwrite check in header callback#18593

Closed
MegaManSec wants to merge 1 commit intocurl:masterfrom
MegaManSec:tool_cb_hdr
Closed

tool_cb_hdr: fix fwrite check in header callback#18593
MegaManSec wants to merge 1 commit intocurl:masterfrom
MegaManSec:tool_cb_hdr

Conversation

@MegaManSec
Copy link
Copy Markdown
Contributor

Compare fwrite result to nmemb (items), not cb (bytes).

In every case at the moment, size == 1, so this doesn't have any real functional change.

Compare fwrite result to nmemb (items), not cb (bytes).
@testclutch
Copy link
Copy Markdown

Analysis of PR #18593 at 5c03274f:

Test 2405 failed, which has NOT been flaky recently, so there could be a real issue in this PR. Note that this test has failed in 12 different CI jobs (the link just goes to one of them).

Generated by Testclutch

@bagder bagder closed this in 20f757e Sep 18, 2025
@bagder
Copy link
Copy Markdown
Member

bagder commented Sep 18, 2025

Thanks!

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.

3 participants