]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/curl-off-t-fixes' into next
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Sep 2025 21:46:13 +0000 (14:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Sep 2025 21:46:13 +0000 (14:46 -0700)
commit6d1e5fd2886811d048f65d08e3c5121edda2cacc
treedf8dfb6e56a584fdc9e864924e65647d8a471a9e
parentc32668ab366ccc94f8cf2a8e5e000b987d14414a
parentecc5749578cea0d1c6072c806649bf1076c7b4c3
Merge branch 'js/curl-off-t-fixes' into next

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
http.h
imap-send.c
remote-curl.c