[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS: cvs.openbsd.org: src



CVSROOT:	/cvs
Module name:	src
Changes by:	mickey@cvs.openbsd.org	2000/10/03 12:16:48

Modified files:
	lib/libc/db/btree: bt_open.c 
	lib/libc/db/hash: hash_bigkey.c hash_buf.c 
	lib/libc/db/man: hash.3 

Log message:
bt_open.c: parenthesize - and & proper (from freebsd);
hash_bigkey.c: fix NULL dereference exposed on big bsize values;
hash_buf.c: fix DEBUG1 cases to make them print, not crash;
hash.3: document real default values for bsize and ffactor.