Skip to content

Commit

Permalink
posts: Add release notes for 16.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Aug 23, 2024
1 parent cce6008 commit 1db1b6b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _i18n/en/_posts/2024-08-22-frida-16-4-10-released.markdown
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

0 comments on commit 1db1b6b

Please sign in to comment.