Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/Bug-115739809/
Dpoc.cpp172 InputMessage sanitizedClientMsg; in checkMessage() local
173 sanitizeMessage(clientMsg, &sanitizedClientMsg); in checkMessage()
174 if (memcmp(&clientMsg, &sanitizedClientMsg, clientMsg.size()) != 0) { in checkMessage()
178 memoryAsHexString(&sanitizedClientMsg, clientMsg.size()).c_str()); in checkMessage()