about summary refs log tree commit diff
path: root/src/rustllvm/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-08-05 17:58:55 +0000
committerbors <bors@rust-lang.org>2020-08-05 17:58:55 +0000
commit52b179b4b51e3d1bbc5d687f8680c38321678830 (patch)
tree7fe2aa4e2c61b0b30438bd5569ba04b87f974555 /src/rustllvm/CoverageMappingWrapper.cpp
parentdb870ea71b6dcc7a91b999420b88f41d3cdd13e1 (diff)
parent9073acdc9888acd2ba66601a77b96fbda67ac8c7 (diff)
downloadrust-52b179b4b51e3d1bbc5d687f8680c38321678830.tar.gz
rust-52b179b4b51e3d1bbc5d687f8680c38321678830.zip
Auto merge of #75005 - adamreichold:limit-vector-count, r=Amanieu
Limit I/O vector count on Unix

Unix systems enforce limits on the vector count when performing vectored I/O via the readv and writev system calls and return EINVAL when these limits are exceeded. This changes the standard library to handle those limits as short reads and writes to avoid forcing its users to query these limits using platform specific mechanisms.

Fixes #68042
Diffstat (limited to 'src/rustllvm/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions