Created attachment 202328 [details] Update to 1.27.1 Update rar2fs to 1.27.1 Release Notes Add mutex lock to protect reads in raw mode Fix a heap-use-after-free error Add a missing lock when resolving a link target
A commit references this bug: Author: kai Date: Thu Feb 28 12:39:29 UTC 2019 New revision: 494149 URL: https://svnweb.freebsd.org/changeset/ports/494149 Log: sysutils/fusefs-rar2fs: Update to 1.27.1 While I'm here: * Sort variables a bit according to the PHB * Pet portlint Changelog: * Add mutex lock to protect reads in raw mode * Fix a heap-use-after-free error * Add a missing lock when resolving a link target PR: 235998 Submitted by: Niclas <n_carlsson@outlook.com> (maintainer) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19333 Changes: head/sysutils/fusefs-rar2fs/Makefile head/sysutils/fusefs-rar2fs/distinfo
Committed, thanks!