Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2012-6702/
Dpoc.c29 int randomValues[MAX_SIZE]; in main() local
36 randomValues[i] = rand(); in main()
40 if (randomValues[0] != randomValues[i]) { in main()