Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 07/29/1999 00:48:04
Module Name: basesrc
Committed By: mycroft
Date: Thu Jul 29 07:48:03 UTC 1999
Modified Files:
basesrc/lib/libc/db/hash: hash_bigkey.c
Log Message:
When deleting a big key, the offset of an empty page should be bsize, not
bsize-1; otherwise an insertion into the empty page will cause the new key to
be elongated by 1 byte.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 basesrc/lib/libc/db/hash/hash_bigkey.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.