diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2003-08-04 22:00:24 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2003-08-04 22:00:24 +0000 |
commit | 807622ba0f32ff0f47762e4b9977aba03b912ee3 (patch) | |
tree | c88e4fd550506d74630c9933757fba76903514ee /libstore/ChangeLog | |
parent | 420383e157c616103a6f47bc8192580307a9137a (diff) |
2003-07-21 Ognyan Kulev <ogi@mfmi.uni-sofia.bg>
* rdwr.c (store_write): Return EINVAL when LEN is not aligned to
STORE->block_size, instead of raising assertion failure.
(store_read): Likewise.
Diffstat (limited to 'libstore/ChangeLog')
-rw-r--r-- | libstore/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog index af21782c..0be23c87 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,3 +1,9 @@ +2003-07-21 Ognyan Kulev <ogi@mfmi.uni-sofia.bg> + + * rdwr.c (store_write): Return EINVAL when LEN is not aligned to + STORE->block_size, instead of raising assertion failure. + (store_read): Likewise. + 2003-08-04 Roland McGrath <roland@frob.com> * typed.c (store_find_class): Use dlopen/dlclose on the names found by |