summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-25 19:50:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-25 19:50:05 +0000
commit124800adcdab54a5daea99e10eee3478b89bb6ef (patch)
tree5afdc140b91414c556203b8c679ed18bee0d0563 /cpukit/ChangeLog
parent2010-04-25 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-124800adcdab54a5daea99e10eee3478b89bb6ef.tar.bz2
2010-04-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/readv.c: Check for < 0 on iov_len, not <= 0. A readv() with all iov_len equal to 0 should have no effect.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index d6860fe75a..259ce4086c 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-25 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libcsupport/src/readv.c: Check for < 0 on iov_len, not <= 0. A
+ readv() with all iov_len equal to 0 should have no effect.
+
2010-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/sys/mbuf.h: Use uintptr_t instead of u_long