From 24349abf36d3b82fb4813d1d1c7dd89aefe75fbd Mon Sep 17 00:00:00 2001 From: JoshuaMoelans <60878493+JoshuaMoelans@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:16:14 +0100 Subject: [PATCH] fix(crashpad): add metadata pointer check (#1102) * feat: update crashpad submodule * update CHANGELOG.md * update CHANGELOG.md --- CHANGELOG.md | 5 ++++- external/crashpad | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3960abc6e..781c712d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ **Features**: - [NDK] Expose option to set handler strategy ([#1099](https://github.com/getsentry/sentry-native/pull/1099)) +- Add Linux distributions to the OS context. [#963](https://github.com/getsentry/sentry-native/pull/963) + +**Fixes**: +- Add metadata pointer check to prevent crash on cleaning crashpad database. ([#1102](https://github.com/getsentry/sentry-native/pull/1102), [crashpad#1064](https://github.com/getsentry/sentry-native/issues/1064)) ## 0.7.16 @@ -120,7 +124,6 @@ **Features**: -- Add Linux distributions to the OS context. [#963](https://github.com/getsentry/sentry-native/pull/963) - Change the timestamp resolution to microseconds. ([#995](https://github.com/getsentry/sentry-native/pull/995)) **Internal**: diff --git a/external/crashpad b/external/crashpad index 852f8fea9..8730fa1d3 160000 --- a/external/crashpad +++ b/external/crashpad @@ -1 +1 @@ -Subproject commit 852f8fea9cbea7a63610b8c698f301bd1ba4b3cd +Subproject commit 8730fa1d336b43e0c5bd3e08f4af5b8f47cfc266