Skip to content

Commit

Permalink
posts: Add release notes for 16.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Oct 14, 2024
1 parent 4980473 commit 30f337a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _i18n/en/_posts/2024-10-14-frida-16-5-6.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: news_item
title: 'Frida 16.5.6 Released'
date: 2024-10-14 15:32:29 +0200
author: oleavr
version: 16.5.6
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:

- fruity: Fix use-after-free in TcpConnection. The error callback might be
called at a point where the PCB has already been freed. This meant that us
clearing its user data would result in a use-after-free where a NULL pointer
was written into the unknown.
- fruity: Fix DTXArgumentList.parse() GValue init, where we were using the wrong
setter when encountering an object. This was caught by GLib's runtime checks,
but went unnoticed because we usually build without them.
- payload: Fix an AddressSanitizer build regression.


[@hsorbo]: https://twitter.com/hsorbo

0 comments on commit 30f337a

Please sign in to comment.