breakpad/src/client/windows/handler
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
..
exception_handler_test Integration test for Windows exception handler/minidump generation. 2009-07-17 01:15:48 +00:00
exception_handler.cc Fix an INVALIDATE_ITERATOR defect reported by Coverity. 2009-07-30 22:53:09 +00:00
exception_handler.h Minor fixes to windows exception handler. 2009-01-14 20:51:51 +00:00
exception_handler.vcproj Fix newlines (#253). rs=ted.mielczarek 2008-04-07 21:50:57 +00:00