dimahardie / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

add security_error_handler to Win32 exception handler #356

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When building with -GS on VC++, the compiler can call a user callback to
handle detected buffer overruns:
http://msdn.microsoft.com/en-us/library/aa290051%28VS.71%29.aspx#vctchcompilerse
curitychecksindepthanchor6

It would be good to have Breakpad catch these and write a dump.

Original issue reported on code.google.com by ted.mielczarek on 10 Dec 2009 at 6:39