Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9547/
Dpoc.cpp22 int *tempBuffer = (int *)malloc(size); in main() local
23 if (!tempBuffer) { in main()
26 memset(tempBuffer, 0x0, size); in main()
27 tempBuffer[0] = 'GB01'; in main()
28 void const *buffer = const_cast<void const *>((void *)tempBuffer); in main()
34 free(tempBuffer); in main()