]> git.ipfire.org Git - thirdparty/curl.git/commit
ws: fix type conversion check
authorJay Satiro <raysatiro@yahoo.com>
Sun, 12 Oct 2025 22:35:22 +0000 (18:35 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 14 Oct 2025 15:06:49 +0000 (11:06 -0400)
commit97ae9ec8efe05bd0d82bbf9ee127c46bfae40c8c
treee756be64fb920c3ce20ea629cb79c9c48e1bddf9
parentfe06127dedfc0047c9e748658f23d52f32117055
ws: fix type conversion check

- Fix logic that checks whether a size_t will fit in a curl_off_t.

Reported-by: Viktor Szakats
Fixes https://github.com/curl/curl/issues/19017
Closes https://github.com/curl/curl/pull/19036
lib/ws.c