CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2009/06/02 05:05:09
Modified files: sys/netinet : ip_ipsp.c Log message: Fix an off-by-one in the ddb-only debugging function tdb_hashstats. when we check if a hash chain is over 15 long, we would access one past the end of the array. change the static array size to a define because it makes this checking easier to verify. Found by Parfait. ok dera...@.