mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-12 09:28:29 +01:00
Fix an assertion where a zero-length buffer was being passed to UntypedMDRVA::Copy(). This occurred when WriteFile() was given a file whose size was a multiple of the temporary buffer size. In this issue's case, the procfs file "environ" happened to be 2032 bytes, while the temporary buffer was 1016 bytes. Patch by Michael Krebs <mkrebs@chromium.org> git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@792 4c0a9323-5329-0410-9bdc-e9ce6186880e |
||
|---|---|---|
| .. | ||
| directory_reader.h | ||
| directory_reader_unittest.cc | ||
| line_reader.h | ||
| line_reader_unittest.cc | ||
| linux_dumper.cc | ||
| linux_dumper.h | ||
| linux_dumper_unittest.cc | ||
| linux_dumper_unittest_helper.cc | ||
| minidump_extension_linux.h | ||
| minidump_writer.cc | ||
| minidump_writer.h | ||
| minidump_writer_unittest.cc | ||