Searched refs:gStartValues (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8332/ |
D | poc.c | 26 unsigned char gStartValues[] = { 0xFF, 0x4F, 0xFF, 0x51, 0x00, 0x2F, 0x00, 0x00, variable 41 unsigned int gNumStartValues = sizeof(gStartValues) / sizeof(gStartValues[0]); 123 memcpy(&sContext.blob[offset], gStartValues, gNumStartValues); in main()
|