Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9515/
Dpoc.c31 void *uaf_worker(__attribute__ ((unused)) void *unused) { in uaf_worker() function
71 if (pthread_create(&thread, NULL, uaf_worker, NULL)) in main()