bug in dtrace mips fbt

Howard Su howard0su at gmail.com
Tue Nov 12 16:01:19 UTC 2013


I notice a small error in fbt provider of mips.

In file: cddl/dev/fbt/powerpc.c
222:    limit = (u_int32_t *) symval->value + symval->size;

this should be limit = (u_int32_t *) ((u_int8_t*)symval->value +
symval->size);

I don't have powerpc to test. anyone can test this and fix it?

-Howard



-- 
-Howard


More information about the freebsd-dtrace mailing list