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

/freebsd-10-stable/usr.bin/fstat/
H A Dfstat.cdiff 72527 Thu Feb 15 20:42:44 MST 2001 iedowse Fix `fstat -m' (show memory-mapped files), which was broken by
revision 1.25. When evaluating the termination condition for the
iteration over all map entries, we must take care to use the kernel
versions of all pointers. The code was comparing a kernel pointer
to a pointer within a local variable, so the loop never terminated.

Completed in 55 milliseconds