mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-27 01:35:06 +01:00
Airbag windows client didn't trap VC8 parameter validation errors. Now it
does. (#120) r=bryner. http://groups.google.com/group/airbag-dev/browse_thread/thread/3f21d0e379e32771 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@120 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
983264848d
commit
baff938211
4 changed files with 232 additions and 53 deletions
1
src/processor/testdata/test_app.cc
vendored
1
src/processor/testdata/test_app.cc
vendored
|
|
@ -41,6 +41,7 @@ namespace {
|
|||
|
||||
static bool callback(const wchar_t *dump_path, const wchar_t *id,
|
||||
void *context, EXCEPTION_POINTERS *exinfo,
|
||||
MDRawAssertionInfo *assertion,
|
||||
bool succeeded) {
|
||||
if (succeeded) {
|
||||
printf("dump guid is %ws\n", id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue