]> Kevux Git Server - rit/commit
Merge branch 'js/curl-off-t-fixes' into maint-2.51
authorJunio C Hamano <gitster@pobox.com>
Tue, 14 Oct 2025 20:40:53 +0000 (13:40 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Oct 2025 20:40:53 +0000 (13:40 -0700)
commit55282f50ac8ad2253a8e96c4d5a7c5613fb2ad78
tree3f3c21827fc217710555ed95c765c3952d5b17d9
parent94f292f511d5ac20b92f4a6466619a4080140a56
parentecc5749578cea0d1c6072c806649bf1076c7b4c3
Merge branch 'js/curl-off-t-fixes' into maint-2.51

A few places where an size_t value was cast to curl_off_t without
checking has been updated to use the existing helper function.

* js/curl-off-t-fixes:
  http-push: avoid new compile error
  imap-send: be more careful when casting to `curl_off_t`
  http: offer to cast `size_t` to `curl_off_t` safely
http-push.c
imap-send.c
remote-curl.c