8000 Release 4.10.1 - Elide main queue check in Linux readpassphrase() implementation · vapor/console-kit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

4.10.1 - Elide main queue check in Linux readpassphrase() implementation

Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 04 Nov 15:48
· 19 commits to main since this release
f4ef965

What's Changed

Elide main queue check in Linux readpassphrase() implementation by @gwynne in #185

In an async world, the check for running on the main queue in linux_readpassphrase() is hopelessly wrong. Since it’s a violation of the API contract to call this method from multiple threads, we just remove the bad assertion and let misuse fail out the same way the “real” API would.

This patch was released by @gwynne

Full Changelog: 4.10.0...4.10.1

0