mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-07-16 18:31:28 +02:00
34693: _strace: Fix variable leakage of $sys_calls
This commit is contained in:
parent
0e319ecadc
commit
c1eda67909
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-03-09 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* 34693: Completion/Linux/Command/_strace: _strace: Fix variable
|
||||
leakage of $sys_calls
|
||||
|
||||
2015-03-07 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* Daniel Hahler: 34638 with tweaks: Completion/Unix/Command/_git:
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
# - allow negated calls (e.g. -e!write)
|
||||
_sys_calls () {
|
||||
local expl
|
||||
local -a sys_calls
|
||||
|
||||
sys_calls=(_llseek _newselect _sysctl accept access acct
|
||||
adjtimex afs_syscall alarm bdflush bind break brk cacheflush
|
||||
|
|
Loading…
Reference in a new issue