Skip to content

Commit 24349ab

Browse files
fix(crashpad): add metadata pointer check (#1102)
* feat: update crashpad submodule * update CHANGELOG.md * update CHANGELOG.md
1 parent 0380496 commit 24349ab

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
**Features**:
66
- [NDK] Expose option to set handler strategy ([#1099](https://github.com/getsentry/sentry-native/pull/1099))
7+
- Add Linux distributions to the OS context. [#963](https://github.com/getsentry/sentry-native/pull/963)
8+
9+
**Fixes**:
10+
- 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))
711

812
## 0.7.16
913

@@ -120,7 +124,6 @@
120124

121125
**Features**:
122126

123-
- Add Linux distributions to the OS context. [#963](https://github.com/getsentry/sentry-native/pull/963)
124127
- Change the timestamp resolution to microseconds. ([#995](https://github.com/getsentry/sentry-native/pull/995))
125128

126129
**Internal**:

external/crashpad

0 commit comments

Comments
 (0)