Searched hist:248640 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/cddl/dev/fbt/
H A Dfbt.cdiff 248640 Sat Mar 23 09:01:55 MDT 2013 avg fbt_typoff_init: fix an off by one in determining required memory size

This issue would be silent most of the time, but if the requested memory
is a multiple of a page size, then accessing one element beyond the end
would lead to a kernel page fault.
Otherwise, the unlucky last type would just be inaccessible.

Reported by: glebius
Tested by: glebius
MFC after: 6 days

Completed in 169 milliseconds