Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-9247/
Dpoc.cpp39 int poc(void *sTp) { in poc() argument
40 transportDec_OutOfBandConfig((struct TRANSPORTDEC *) sTp, conf, length, in poc()
72 void *sTp = malloc(TRANSPORTDEC_SIZE); in main() local
73 if (!sTp) { in main()
78 free(sTp); in main()
81 memset(sTp, 0x00, TRANSPORTDEC_SIZE); in main()
83 clone(&poc, ptr + STACK_SIZE, CLONE_VM, sTp); in main()
93 free(sTp); in main()