diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2020-03-21 18:45:35 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2020-03-25 23:49:02 +0000 |
commit | 47fc5fe01fa315c38335739beb6102e103a80702 (patch) | |
tree | 9bf4ec46c2ff8e225bab2448bbe07849f49606de /ChangeLog | |
parent | 12414d80523ed73a15c495b3a2f95c23ab61b2b8 (diff) | |
download | zsh-47fc5fe01fa315c38335739beb6102e103a80702.tar.gz zsh-47fc5fe01fa315c38335739beb6102e103a80702.tar.xz zsh-47fc5fe01fa315c38335739beb6102e103a80702.zip |
45583/0004: Fix segfault on resolving symlink loops
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c6478935c..3083552c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2020-03-25 Daniel Shahaf <d.s@daniel.shahaf.name> + * 45583/0004: Etc/BUGS, Src/utils.c, Test/D02glob.ztst: Fix + segfault on resolving symlink loops + * 45583/0003: Src/hist.c, Src/subst.c: chrealpath: Let caller decide how the return value should be allocated. |