diff options
author | agc <agc@pkgsrc.org> | 2002-03-22 11:26:04 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-03-22 11:26:04 +0000 |
commit | 951e53f46ef518e2ac18c554bcb601706cf9c9cc (patch) | |
tree | db2c3170a98a57fae98ea234380b7fe1fc649021 /net/ORBit/distinfo | |
parent | a4edfe20e80d780ced2ee15c878ab8eb097d05ef (diff) | |
download | pkgsrc-951e53f46ef518e2ac18c554bcb601706cf9c9cc.tar.gz |
The ORBit code doesn't check the number of iovec structs before it
calls writev(2). Some of the applications which use ORBit, such as
oaf, can send 1214 iovecs, which is slightly more than IOV_MAX. Add a
wrapper for writev(2), to check the number of iovecs passed to writev,
and loop, sending MIN(IOV_MAX, count) until the iovecs have all been
written.
Diffstat (limited to 'net/ORBit/distinfo')
-rw-r--r-- | net/ORBit/distinfo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ORBit/distinfo b/net/ORBit/distinfo index 4cc83a68e2b..26147a505ff 100644 --- a/net/ORBit/distinfo +++ b/net/ORBit/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2002/01/15 23:52:11 rh Exp $ +$NetBSD: distinfo,v 1.8 2002/03/22 11:26:04 agc Exp $ SHA1 (ORBit-0.5.13.tar.gz) = ea8d790b040356e90fd81aa98313c2c1b08f3bcf Size (ORBit-0.5.13.tar.gz) = 1183657 bytes @@ -13,3 +13,4 @@ SHA1 (patch-ai) = a5ec30692a14fb6bef617f262b6bb1fdd8903436 SHA1 (patch-ak) = d569014320dbea40ccdb9e369e07c984ee7bd9de SHA1 (patch-al) = 0bba5ec17f8b663f1ca9427538bac238411321a0 SHA1 (patch-am) = c959b34edc150c1d503d2bb294f072e885daed58 +SHA1 (patch-an) = 1ddda1443d527d54f8b4b2ffab500a746e82b0d1 |