Change a use of mktemp() to mkstemp() for better security.
authorJason Molenda <jmolenda@apple.com>
Thu, 16 Oct 2014 23:10:03 +0000 (23:10 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 16 Oct 2014 23:10:03 +0000 (23:10 +0000)
commitbc464ee614b8687fc1608410eb287dc19d13693e
tree71ca143df0c8b493415f178501ac63d030f19cf6
parent511247188fbc1b0d5aec998e30628eb17d527775
Change a use of mktemp() to mkstemp() for better security.
We have two more uses of mktemp still in the source base
but they'll take a little more consideration.
clang static analyzer fixit.

llvm-svn: 219983
lldb/source/Expression/ClangExpressionParser.cpp