File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments