Home
last modified time | relevance | path

Searched refs:zeropage (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2014-9803/
Dpoc.c34 int zeropage = *(int *)temp; in check_zero_page() local
36 return zeropage; in check_zero_page()
50 int zeropage = check_zero_page(); in do_child() local
51 return zeropage ? EXIT_VULNERABLE : 0; in do_child()