Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2023-21276/
Dpoc.cpp73 const uint8_t* leakedBytes = static_cast<const uint8_t*>(dest) + compactSize; in main() local
74 FAIL_CHECK(leakedBytes); in main()
82 if (leakedBytes[0] == INITIAL_VAL && leakedBytes[1] == INITIAL_VAL && in main()
83 leakedBytes[2] == INITIAL_VAL) { in main()