From fba1ada51bdfa7fea872c2f6a0e8745584df22c0 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Thu, 14 Mar 2002 01:23:08 +0000 Subject: 2002-03-14 Marcus Brinkmann * rdwr.c (store_read): Truncate amount to be read to size of store. Use memcpy rather than bcopy. (store_write): Return EIO if caller tries to write over the end of the store. * copy.c (copy_read): Do not multiply LEN returned from vm_read with vm_page_size. --- libstore/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libstore/ChangeLog') diff --git a/libstore/ChangeLog b/libstore/ChangeLog index 4e3c400f..1c235cd2 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,3 +1,12 @@ +2002-03-14 Marcus Brinkmann + + * rdwr.c (store_read): Truncate amount to be read to size of + store. Use memcpy rather than bcopy. + (store_write): Return EIO if caller tries to write over the end of + the store. + * copy.c (copy_read): Do not multiply LEN returned from vm_read + with vm_page_size. + 2002-03-11 Marcus Brinkmann * stripe.c (store_concat_class): Add store_concat_open. -- cgit v1.2.3