(non bug) The hash routines are never called with a size of 1, but make
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 2 May 2004 07:59:34 +0000 (07:59 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 2 May 2004 07:59:34 +0000 (07:59 +0000)
commit8f17cbc6dfda0c7041a03e41e1813d0ae743966c
treed06860e33d2986f1d0df3aa1de569e048c3c4de0
parent910cc6927bf9a326cda4f0f3eeb37bde0c1ccbc4
(non bug) The hash routines are never called with a size of 1, but make
the minimum size 2 to avoid a degenerate masking case.
sys/kern/kern_subr.c