breakpad/src/client/linux/minidump_writer
mmentovai be55cc8cf0 Fix an assertion encountered in UntypedMDRVA::Copy().
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
2011-07-01 01:20:27 +00:00
..
directory_reader.h Import linux_syscall_support.h from linux-syscall-support.googlecode.com instead of using our own copy. 2010-09-15 22:31:57 +00:00
directory_reader_unittest.cc Merge of Breakpad Chrome Linux fork 2009-08-17 23:12:53 +00:00
line_reader.h Import linux_syscall_support.h from linux-syscall-support.googlecode.com instead of using our own copy. 2010-09-15 22:31:57 +00:00
line_reader_unittest.cc Add support for building the Linux client code using the Android NDK 2010-10-20 15:51:38 +00:00
linux_dumper.cc Fix linux-gate handling in LinuxDumper so it gets a valid debug ID 2011-05-06 23:23:31 +00:00
linux_dumper.h Another attempt at signed / unsigned int resolution for linux minidump writer. 2011-03-30 21:42:27 +00:00
linux_dumper_unittest.cc Fix linux-gate handling in LinuxDumper so it gets a valid debug ID 2011-05-06 23:23:31 +00:00
linux_dumper_unittest_helper.cc allow passing info about known memory mappings to MinidumpWriter and ExceptionHandler 2010-12-13 22:10:23 +00:00
minidump_extension_linux.h Fix compilation for minidump-2-core. 2010-09-16 23:29:04 +00:00
minidump_writer.cc Fix an assertion encountered in UntypedMDRVA::Copy(). 2011-07-01 01:20:27 +00:00
minidump_writer.h allow passing info about known memory mappings to MinidumpWriter and ExceptionHandler 2010-12-13 22:10:23 +00:00
minidump_writer_unittest.cc Fix compile by adding needed includes. 2011-01-12 00:14:27 +00:00