Skip to content
Commit 30c34633 authored by Chad Rosier's avatar Chad Rosier
Browse files

By default mkstemp() creates a temporary file with mode 0600, but the mode

used for open is 0666.  Therefore, add the necessary permission bits for
consistency.
rdar://8621462

llvm-svn: 134430
parent 77e4c595
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment