breakpad/src/client/windows
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
..
common Replace the user of wcscpy_s with safe_wcscpy in common/windows/string_utils-inl.h to 2008-05-08 18:15:07 +00:00
crash_generation Fix an AppVerifier STOP in OOP server code. In the destructor of 2009-01-16 22:37:48 +00:00
handler Fix an INVALIDATE_ITERATOR defect reported by Coverity. 2009-07-30 22:53:09 +00:00
sender Fix up warnings when building http_upload.cc. Changed warning level to /W4, and also turned off deprecated 64-bit compatability warning flag(since some people are regularly building Breakpad in 64-bit mode, if we turn off this flag we get rid of a warning in 32 bit mode under VS2008) 2009-05-27 16:54:23 +00:00
tests/crash_generation_app Fix for crashs generation test app to not deadlock 2009-06-22 21:45:31 +00:00
breakpad_client.sln Integration test for Windows exception handler/minidump generation. 2009-07-17 01:15:48 +00:00