git.c
7.48 KB
-
git transport: only write INT_MAX bytes · 4947216f
The transport code returns an `int` with the number of bytes written; thus only attempt to write at most `INT_MAX`.
Edward Thomson committed
The transport code returns an `int` with the number of bytes written; thus only attempt to write at most `INT_MAX`.