Home
last modified time | relevance | path

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

/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0421/
H A Dpoc.cpp23 typedef int (*vsnprintf_t)(char *const, size_t, const char *, va_list); typedef
25 static vsnprintf_t fptr = nullptr;
44 fptr = reinterpret_cast<vsnprintf_t>(dlsym(RTLD_NEXT, "vsnprintf")); in main()