| Index: chrome/app/chrome_main.cc
|
| ===================================================================
|
| --- chrome/app/chrome_main.cc (revision 72011)
|
| +++ chrome/app/chrome_main.cc (working copy)
|
| @@ -135,10 +135,12 @@
|
| const wchar_t* file, unsigned int line,
|
| uintptr_t reserved) {
|
| __debugbreak();
|
| + _exit(1);
|
| }
|
|
|
| void PureCall() {
|
| __debugbreak();
|
| + _exit(1);
|
| }
|
|
|
| #pragma warning(push)
|
| @@ -160,6 +162,7 @@
|
| // the buffer is then used, it provides a handy mapping of memory starting at
|
| // address 0 for an attacker to utilize.
|
| __debugbreak();
|
| + _exit(1);
|
| }
|
| #pragma warning(pop)
|
|
|
|
|