summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2022-07-24 18:46:10 +0100
committerPádraig Brady <P@draigBrady.com>2022-07-24 18:55:41 +0100
commit96c149941357186abcbd8da914544a7867cab01e (patch)
treebf910ba22468258258603b31bf00b0f62f9f4137 /NEWS
parentb8aafe514516c5796c8ae9e6806f1f3a803b6adb (diff)
downloadcoreutils-96c149941357186abcbd8da914544a7867cab01e.tar.gz
runcon: ensure --compute runs the file it inspects
* src/runcon.c (main): With -c avoid searching the path to ensure the file specified to --compute is executed. * tests/misc/runcon-compute.sh: Add a new test. * tests/local.mk: Reference the new test. * NEWS: Mention the bug fix. Reported in https://bugs.debian.org/1013924
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 816025255..b5b8990f8 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,10 @@ GNU coreutils NEWS -*- outline -*-
'mv --backup=simple f d/' no longer mistakenly backs up d/f to f~.
[bug introduced in coreutils-9.1]
+ runcon --compute no longer looks up the specified command in the $PATH
+ so that there is no mismatch between the inspected and executed file.
+ [bug introduced when runcon was introduced in coreutils-6.9.90]
+
'sort -g' no longer infloops when given multiple NaNs on platforms
like x86_64 where 'long double' has padding bits in memory.
Although the fix alters sort -g's NaN ordering, that ordering has