Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0421/
Dpoc.cpp21 #define VULNERABLE_STRING "Q0bRTMaNUg" macro
37 if (!strcmp(format, VULNERABLE_STRING)) { in vsnprintf()
48 android::String8 str1{VULNERABLE_STRING}; in main()
49 str1.appendFormat(VULNERABLE_STRING); in main()