* fileio.c (Fdefault_file_modes): Block input while fiddling with umask.
commitf898d4361261f4abddfd9c21f4dd77feb0200e23
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Jun 2012 21:20:06 +0000 (20 14:20 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Jun 2012 21:20:06 +0000 (20 14:20 -0700)
treed4ed42409d02b303c67de2b480b3c8e6990da5e9
parent9ed5423b24d48fe8f88874a011caaf389411b79a
* fileio.c (Fdefault_file_modes): Block input while fiddling with umask.

Otherwise, the umask might be mistakenly 0 while handling input signals.
src/ChangeLog
src/fileio.c