mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:51:42 +03:00
urldata: make speeder_c uint32
This counter is meant to virtually never wrap.
Follow-up to e3691612ea
Spotted by Codex Security
Closes #21036
This commit is contained in:
parent
73a5288344
commit
b9e179e4e5
1 changed files with 1 additions and 1 deletions
|
|
@ -576,7 +576,7 @@ struct Progress {
|
|||
|
||||
curl_off_t speed_amount[CURL_SPEED_RECORDS];
|
||||
struct curltime speed_time[CURL_SPEED_RECORDS];
|
||||
uint8_t speeder_c;
|
||||
uint32_t speeder_c;
|
||||
BIT(hide);
|
||||
BIT(ul_size_known);
|
||||
BIT(dl_size_known);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue