| Index: third_party/crashpad/crashpad/snapshot/win/pe_image_annotations_reader_test.cc
|
| diff --git a/third_party/crashpad/crashpad/snapshot/win/pe_image_annotations_reader_test.cc b/third_party/crashpad/crashpad/snapshot/win/pe_image_annotations_reader_test.cc
|
| index 523a4494a92afa7cae5af6f2ce864a73001f48c0..f791f80eb9af3f7957f5f698ad630687032eed12 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/win/pe_image_annotations_reader_test.cc
|
| +++ b/third_party/crashpad/crashpad/snapshot/win/pe_image_annotations_reader_test.cc
|
| @@ -62,7 +62,7 @@ void TestAnnotationsOnCrash(TestType type,
|
| // Wait for the child process to indicate that it's done setting up its
|
| // annotations via the CrashpadInfo interface.
|
| char c;
|
| - CheckedReadFile(child.stdout_read_handle(), &c, sizeof(c));
|
| + CheckedReadFileExactly(child.stdout_read_handle(), &c, sizeof(c));
|
|
|
| ProcessReaderWin process_reader;
|
| ASSERT_TRUE(process_reader.Initialize(child.process_handle(),
|
|
|