From 794edac63850dfc1ffd7c971060fa7ec64dc9803 Mon Sep 17 00:00:00 2001 From: Jacob Menke Date: Tue, 22 Sep 2020 07:09:36 +0000 Subject: 47395: _store_cache: Don't leak the variable ${_cache_dir}. --- ChangeLog | 5 +++++ Completion/Base/Utility/_store_cache | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 108508898..047e6c1d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-09-22 Jacob Menke + + * 47395: Completion/Base/Utility/_store_cache: Don't leak the + variable ${_cache_dir}. + 2020-09-13 Bart Schaefer * Mikael Magnusson: 47382: Completion/Zsh/Context/_brace_parameter: diff --git a/Completion/Base/Utility/_store_cache b/Completion/Base/Utility/_store_cache index fb2ab328a..b08ff1142 100644 --- a/Completion/Base/Utility/_store_cache +++ b/Completion/Base/Utility/_store_cache @@ -2,7 +2,7 @@ # # Storage component of completions caching layer -local _cache_ident _cache_ident_dir +local _cache_ident _cache_ident_dir _cache_dir _cache_ident="$1" if zstyle -t ":completion:${curcontext}:" use-cache; then -- cgit 1.4.1