-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect format %zu for curl_off_t in ws.c #10439
Labels
Comments
bagder
changed the title
Incorrect format %zu for curl_off_t
Incorrect format %zu for curl_off_t in ws.c
Feb 7, 2023
I believe Lines 360 to 366 in 12e9186
|
I confirm that %Ou works as expected. |
bch
pushed a commit
to bch/curl
that referenced
this issue
Jul 19, 2023
Reported-by: Mike Duglas Fixes curl#10439 Closes curl#10441
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did this
in ws.c there are several calls of infof() function. For curl_off_t variables %zu format is used which breaks the output. %llu format works well, at least here in Visual Studio 2022, win32 platform.
I expected the following
curl/libcurl version
curl 7.87.1-DEV (i386-pc-win32) libcurl/7.87.1-DEV Schannel WinIDN
operating system
Windows 11
Visual Strudio 2022
The text was updated successfully, but these errors were encountered: