Searched refs:leakedBytes (Results 1 – 1 of 1) sorted by relevance
73 const uint8_t* leakedBytes = static_cast<const uint8_t*>(dest) + compactSize; in main() local74 FAIL_CHECK(leakedBytes); in main()82 if (leakedBytes[0] == INITIAL_VAL && leakedBytes[1] == INITIAL_VAL && in main()83 leakedBytes[2] == INITIAL_VAL) { in main()