From 895793d1dd3162f8b3d765a7712b8267aa88a40f Mon Sep 17 00:00:00 2001 From: Not Zed Date: Tue, 10 Oct 2000 12:26:29 +0000 Subject: Truncate key if it is too big to fit in a single block to MAX_KEYLEN 2000-10-10 Not Zed * hash.c (hash_find): (hash_remove): (hash_insert): Truncate key if it is too big to fit in a single block to MAX_KEYLEN bytes. svn path=/trunk/; revision=5815 --- libibex/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libibex/ChangeLog') diff --git a/libibex/ChangeLog b/libibex/ChangeLog index 5e16a0666b..50aed83023 100644 --- a/libibex/ChangeLog +++ b/libibex/ChangeLog @@ -1,3 +1,10 @@ +2000-10-10 Not Zed + + * hash.c (hash_find): + (hash_remove): + (hash_insert): Truncate key if it is too big to fit in a + single block to MAX_KEYLEN bytes. + 2000-09-28 Not Zed * block.c (ibex_block_free): Make sure we map the 'free' block to -- cgit v1.2.3