SIGN IN SIGN UP

bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931)

* Fix integer overflow in os.readv(), os.writev(), os.preadv()
  and os.pwritev() and in os.sendfile() with headers or trailers
  arguments (on BSD-based OSes and MacOS).

* Fix sending the part of the file in os.sendfile() on MacOS.
  Using the trailers argument could cause sending more bytes from
  the input file than was specified.

Thanks Ned Deily for testing on 32-bit MacOS.
S
Serhiy Storchaka committed
9d5727326af53ddd91016d98e16ae7cf829caa95
Parent: f1d36d8
Committed by GitHub <noreply@github.com> on 7/31/2018, 7:24:54 AM