Frida 16.7.9 Released ∞
release
Turns out software is hard! On the same day as our previous release, we’ve rolled out another quick bug-fix release to address some issues that came up. Huge thanks to @mrmacete for his contribution. Here’s what’s new:
- channel: Break read loop on empty buffer. (Thanks @mrmacete!)
- device-manager: Fix teardown logic, where we would also
stop()
theHostSessionService
in cases where it hadn’t beenstart()
ed.