Skip to content

Commit 8e86103

Browse files
committed
[Change] Changelog: clamav_linksigs mktemp guard
1 parent f1282d0 commit 8e86103

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ v2.0.1 | Mar 25 2026:
124124

125125
-- Bug Fixes --
126126

127+
[Fix] clamav_linksigs: guard mktemp staging failure to prevent writing signature
128+
files into the filesystem root. When mktemp -d fails, the empty _staging
129+
variable caused "cp -f ... /" as root; pr#478
127130
[Fix] _json_escape_string: replace sed pipeline with bash parameter expansion.
128131
Two defects fixed in one rewrite: (1) the quoted "$sed" invocation tried
129132
to execve a binary literally named "sed -E" on FreeBSD (where

CHANGELOG.RELEASE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ v2.0.1 | Mar 25 2026:
124124

125125
-- Bug Fixes --
126126

127+
[Fix] clamav_linksigs: guard mktemp staging failure to prevent writing signature
128+
files into the filesystem root. When mktemp -d fails, the empty _staging
129+
variable caused "cp -f ... /" as root; pr#478
127130
[Fix] _json_escape_string: replace sed pipeline with bash parameter expansion.
128131
Two defects fixed in one rewrite: (1) the quoted "$sed" invocation tried
129132
to execve a binary literally named "sed -E" on FreeBSD (where

0 commit comments

Comments
 (0)