-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
posts: Add release notes for 16.4.10
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
_i18n/en/_posts/2024-08-22-frida-16-4-10-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,23 @@ | ||
--- | ||
layout: news_item | ||
title: 'Frida 16.4.10 Released' | ||
date: 2024-08-22 15:40:59 +0200 | ||
author: oleavr | ||
version: 16.4.10 | ||
categories: [release] | ||
--- | ||
|
||
Quick bug-fix release to further improve our Fruity backend, where [@hsorbo][] | ||
and I filled up our coffee cups and hammered out the following fixes: | ||
|
||
- tunnel-connection: Wire up missing stream close logic. | ||
- tunnel-connection: Ensure JSON request ends up in its own UDP packet. When | ||
opening the tunnel, it seems problematic if a datagram and stream data end up | ||
in the same UDP packet. We make our dummy-datagram larger to avoid this. | ||
- tunnel-connection: Consistently avoid writes after connection is gone, which | ||
would result in a crash. | ||
- network-stack: Handle perform_on_lwip_thread() from the lwIP thread instead of | ||
deadlocking. | ||
|
||
|
||
[@hsorbo]: https://twitter.com/hsorbo |