breakpad/src/client
nealsid f3f7df33de Fix an INVALIDATE_ITERATOR defect reported by Coverity.
std::vector::erase() invalidates the iterator, so we need
to advance the iterator by using the return value of erase().

R=nealsid
A=wtc



git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@370 4c0a9323-5329-0410-9bdc-e9ce6186880e
2009-07-30 22:53:09 +00:00
..
linux The symbol files necessary for the processor to walk stacks on Linux that have __kernel_vsyscall at innermost frame. Special symbol files ar eneeded because EBP does not point to the frame when a thread is inside a system call. 2009-06-25 21:36:39 +00:00
mac Add tool dependencies to the 'Build All' target of Breakpad, so that everything can be built at once! 2009-07-28 21:13:13 +00:00
solaris/handler issue 223 - Fixes for SOlaris handler during integration with Firefox. patch by Alfred Peng, r=mento,me 2008-03-18 16:10:10 +00:00
windows Fix an INVALIDATE_ITERATOR defect reported by Coverity. 2009-07-30 22:53:09 +00:00
minidump_file_writer_unittest.cc Open sourcing the Breakpad framework from Google. 2009-04-01 03:18:49 +00:00
minidump_file_writer-inl.h Allow building with -pedantic (#186). r=ted.mielczarek 2007-05-31 19:44:52 +00:00
minidump_file_writer.cc Issue 175 - fix permissions on dump file in MinidumpFileWriter. r=mento 2007-07-05 22:13:02 +00:00
minidump_file_writer.h Allow building with -pedantic (#186). r=ted.mielczarek 2007-05-31 19:44:52 +00:00