mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-11 22:51:17 +02:00
42538: Temporarily set umask for here document.
Done while signals are queued.
This commit is contained in:
parent
9bc391105f
commit
fa0105f78c
3 changed files with 19 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2018-03-27 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* Martijn: 42538: Src/utils.c, Test/A04redirect.ztst:
|
||||
temporarily set umask (with signals queued) while reading
|
||||
here document.
|
||||
|
||||
2018-03-25 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 42480: Src/utils.c: optimize $#var for single-byte character sets
|
||||
|
|
|
@ -2177,10 +2177,12 @@ gettempfile(const char *prefix, int use_heap, char **tempname)
|
|||