From 124800adcdab54a5daea99e10eee3478b89bb6ef Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 25 Apr 2010 19:50:05 +0000 Subject: 2010-04-25 Joel Sherrill * 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. --- cpukit/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpukit/ChangeLog') 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 + + * 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 * libnetworking/sys/mbuf.h: Use uintptr_t instead of u_long -- cgit v1.2.3