linux/Documentation/lguest
Rusty Russell 713b15b378 lguest: be paranoid about guest playing with device descriptors.
We can't trust the values in the device descriptor table once the
guest has booted, so keep local copies.  They could set them to
strange values then cause us to segv (they're 8 bit values, so they
can't make our pointers go too wild).

This becomes more important with the following patches which read them.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2009-06-12 22:26:59 +09:30
..
.gitignore lguest: tell git to ignore Documentation/lguest/lguest 2009-04-19 23:14:02 +09:30
extract lguest: documentation I: Preparation 2007-07-26 11:35:16 -07:00
lguest.c lguest: be paranoid about guest playing with device descriptors. 2009-06-12 22:26:59 +09:30
lguest.txt lguest: document 32-bit and PAE requirements 2009-04-19 23:14:02 +09:30
Makefile lguest: disable the FORTIFY for lguest. 2009-01-30 11:34:10 +10:30