* fileio.c (Fdefault_file_modes): Block input while fiddling with umask.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Jun 2012 21:20:06 +0000 (14:20 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Jun 2012 21:20:06 +0000 (14:20 -0700)
commitf10deafb12a12daa85f8357a73752765549969c0
tree162a8d9066c297b528739ef64afd094be6aeabde
parent297a8f1ddb946903b097fa3bbfa070fcb4a970da
* 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