Add support for ASAN error generation to chrome://crash/...
Adds the following crash URLS to chrome/chromium builds when ADDRESS_SANITIZER is defined (built with asan=1 in GYP_DEFINES). chrome://crash/heap-overflow chrome://crash/heap-underflow chrome://crash/use-after-free This allows easy validation of the instrumentation/reporting for a given build without having to track down a known/unfixed memory error. R= jamesr@chromium.org, sebmarchand@chromium.org, kcc@chromium.org Review URL: https://chromiumcodereview.appspot.com/16022009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204095 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment