reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
462 s.append("Tail contains: "); 464 s.append(".. "); 466 s.append("%02x ", tail[i]); 467 s.append("\n"); 468 s.append("Expected: "); 470 s.append(".. "); 472 s.append("%02x ", expected[i]); 473 s.append("\n"); 474 s.append(" "); 476 s.append(" "); 478 s.append("%s ", expected[i] != tail[i] ? "^^" : " "); 480 s.append("\nThis error occurs when a buffer overflow overwrites memory\n" 488 Printf("%s", s.data());