summaryrefslogtreecommitdiff
path: root/debuggerd/crash_dump.cpp
diff options
context:
space:
mode:
authorPeter Collingbourne <pcc@google.com>2021-03-11 01:15:49 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-03-11 01:15:49 +0000
commit90947d442cb1ae59474f674ba663d8ba2dfdf554 (patch)
tree7869e4b090aa3dff6b8fa10c22c6feb528a95afc /debuggerd/crash_dump.cpp
parentbd83b72bc8dc4fc1d6da55dbbd75aaba18a77da0 (diff)
parentbb4b49c63c64a622d1b4bc6df00c53a93b3da97d (diff)
Merge "Teach debuggerd to pass the secondary ring buffer to __scudo_get_error_info()."
Diffstat (limited to 'debuggerd/crash_dump.cpp')
-rw-r--r--debuggerd/crash_dump.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/debuggerd/crash_dump.cpp b/debuggerd/crash_dump.cpp
index 68a43cffb..c8612bfeb 100644
--- a/debuggerd/crash_dump.cpp
+++ b/debuggerd/crash_dump.cpp
@@ -303,6 +303,7 @@ static void ReadCrashInfo(unique_fd& fd, siginfo_t* siginfo,
process_info->gwp_asan_metadata = crash_info->data.d.gwp_asan_metadata;
process_info->scudo_stack_depot = crash_info->data.d.scudo_stack_depot;
process_info->scudo_region_info = crash_info->data.d.scudo_region_info;
+ process_info->scudo_ring_buffer = crash_info->data.d.scudo_ring_buffer;
FALLTHROUGH_INTENDED;
case 1:
case 2: