-
-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
_i18n/en/_posts/2023-04-19-frida-16-0-17-released.markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
layout: news_item | ||
title: 'Frida 16.0.17 Released' | ||
date: 2023-04-19 19:24:51 +0200 | ||
author: oleavr | ||
version: 16.0.17 | ||
categories: [release] | ||
--- | ||
|
||
Time for a bug-fix release with only one change: turns out the ARMv8 BTI interop | ||
[introduced][] in 16.0.14 is problematic on Apple A12+ SoCs when running in | ||
arm64e mode, i.e. with pointer authentication enabled. | ||
|
||
Kudos to [@miticollo][] for reporting and helping triage the cause, and | ||
[@mrmacete][] for digging further into it, brainstorming potential fixes, and | ||
implementing the [fix][]. You guys rock! ❤️ | ||
|
||
|
||
[introduced]: https://github.com/frida/frida-gum/commit/ea1e836e70cd5e7976bf680ff7771a5a4bc0a494 | ||
[@miticollo]: https://github.com/miticollo | ||
[@mrmacete]: https://twitter.com/bezjaje | ||
[fix]: https://github.com/frida/frida-gum/commit/698b356fef0ecfc3ac2818f0b387be90e93deeda |