DescriptionFix ASAN canary crashes.
The ASAN startup code now uses an exported function GetUploadsEnabled from chrome_elf to determine
whether uploads are enabled. Additionally we don't link with crashpad/app in chrome.exe. chrome.exe
now links with the new library target crashpad/run_as_crashpad_handler. The ASAN kasko code today
gets exported crash functions from the exe, which won't work correctly due to crashpad having moved
to chrome_elf.dll. This needs to be fixed for ASAN crashes to be reported correctly.
BUG=638370, 604923
Committed: https://crrev.com/4bb92a6392a2f8bdc5c6c1319690800748870f1c
Cr-Commit-Position: refs/heads/master@{#412405}
Patch Set 1 #Patch Set 2 : Add ananta and scottmg to owners for main_loader_dll_win.cc and chrome_crash_reporter_client_win.cc #
Messages
Total messages: 25 (14 generated)
|