svn commit: r302854 - head/sys/kern

Alexey Dokuchaev danfe at FreeBSD.org
Fri Jul 15 04:31:48 UTC 2016


On Fri, Jul 15, 2016 at 07:19:22AM +1000, Bruce Evans wrote:
> On Fri, 15 Jul 2016, Bruce Evans wrote:
> >> Log:
> >>  Let DDB's buf printer handle NULL pointers in the buf page array.
> >
> > I noticed some other bugs in this code:
> 
> Oops, that was supposed to be a private reply.

I'm glad it leaked: %p abuse is unfortunately not that rare, and getting
developers' attention is a good thing.  E.g., every time I do kldstat(8)
on my PowerPC box I sigh:

% kldstat
Id Refs Address    Size     Name
 1    7 0x100000 e0c378   kernel
 2    1 0xd20dd000 1d000    tmpfs.ko
 3    2 0xd2114000 18000    geom_sched.ko
 4    1 0xd2131000 13000    gsched_rr.ko

./danfe


More information about the svn-src-head mailing list