about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authordana <dana@dana.is>2020-01-15 19:31:16 -0600
committerdana <dana@dana.is>2020-01-15 19:31:16 -0600
commit977e1c75d8fcd7e727d20d8e4ac9b5b79ea9d667 (patch)
tree9df5dd62614fe969509796ad63d18682e87e88d4 /ChangeLog
parentedc04bd94656a152e17f06188bcef172d62a3ad4 (diff)
downloadzsh-977e1c75d8fcd7e727d20d8e4ac9b5b79ea9d667.tar.gz
zsh-977e1c75d8fcd7e727d20d8e4ac9b5b79ea9d667.tar.xz
zsh-977e1c75d8fcd7e727d20d8e4ac9b5b79ea9d667.zip
45292: D02glob: Add regression test for macOS stat(2) misbehaviour
On macOS, a privileged stat(2) call can erroneously treat files as
directories, which can produce unexpected glob results. This was reported at
workers/42891. A side-effect of the change from workers/45291 is that it seems
to work around this issue, at least in the obvious cases
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6ad77e3b..c317f04c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2020-01-15  dana  <dana@dana.is>
 
+	* 45292: Test/D02glob.ztst: Add regression test for macOS stat(2)
+	misbehaviour, now worked around by previous fix (see workers/42891)
+
 	* Daniel: 45291: Src/glob.c, Test/D02glob.ztst: A glob with a
 	trailing slash will now match unreadable/unexecutable directories.