XSA-194
More...
#include <xtf.h>
Go to the source code of this file.
XSA-194
Definition in file main.c.
◆ ELFNOTE()
◆ memcmpzero()
int memcmpzero |
( |
const void * |
buf, |
|
|
size_t |
sz |
|
) |
| |
◆ test_main()
To be implemented by each test, as its entry point.
- Todo:
- Implement better command line infrastructure, but this will do for now.
At the time of writing, Xen doesn't correctly handle invlpg
while running in shadow mode on AMD Gen1 hardware lacking decode assistance. For this test, we simply care that Xen doesn't crash.
Definition at line 47 of file main.c.
◆ test_title
const char test_title[] = "XSA-194 PoC" |
The title of the test.
Definition at line 31 of file main.c.