Re: Mapping to 0x0

From: Kyle Moffett
Date: Sat Feb 25 2006 - 13:23:30 EST


On Feb 24, 2006, at 06:37:21, Michael Buesch wrote:
I am playing around with it. I did the attached code. It is a usermode program, which tries to map NULL, and a kernel module, which calls a NULL pointer. The file badcode.bin contains an i386 ud2 instruction. When loading the kernel module, while the usermode program is executing, I get the usual NULL pointer dereference oops:

You need to trigger the null pointer dereference from within the userspace program that maps NULL. The reason your test doesn't do anything is that it is the insmod tool whose address space gets used, as opposed to your nulltest program.

Cheers,
Kyle Moffett

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/