Searched refs:gLastValues (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8332/ |
D | poc.c | 48 unsigned char gLastValues[] = { 0xFF, 0x75, 0x00, 0x09, 0x00, 0x00, 0x01, 0x00, variable 50 unsigned int gNumLastValues = sizeof(gLastValues) / sizeof(gLastValues[0]); 129 memcpy(&sContext.blob[offset], gLastValues, gNumLastValues); in main()
|