Skip to content

Commit

Permalink
fix(crashpad): add metadata pointer check (#1102)
Browse files Browse the repository at this point in the history
* feat: update crashpad submodule

* update CHANGELOG.md

* update CHANGELOG.md
  • Loading branch information
JoshuaMoelans authored Dec 10, 2024
1 parent 0380496 commit 24349ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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**:
Expand Down
2 changes: 1 addition & 1 deletion external/crashpad

0 comments on commit 24349ab

Please sign in to comment.