mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 23:01:05 +08:00
352160906b
ExcServerCopyState() properly sets the new_state and new_state_count out-parameters for exception handler routines that may deal with state-carrying exceptions. This used to exist inline in catch_exception_tool, but that implementation had a bug caught by the new test. TEST=crashpad_util_test ExcServerVariants.ExcServerCopyState and others R=rsesek@chromium.org Review URL: https://codereview.chromium.org/1049023003