Improved the naming of temporary file generator function. Replaced use of tmpnam...
authorJared Mulconry <jaredmulconry@gmail.com>
Tue, 26 Sep 2017 12:41:20 +0000 (22:41 +1000)
committerJared Mulconry <jaredmulconry@gmail.com>
Tue, 26 Sep 2017 12:41:20 +0000 (22:41 +1000)
commite77e89c8b7dd6391b300262670b884a407021a3b
tree23f673fee100a0ca46876fbbf918cc79041190d4
parent980d2b0eee6981625d92bc01dfd24ab06f3068db
Improved the naming of temporary file generator function. Replaced use of tmpnam in utIOStreamBuffer with this facility to addresssafety warning.
test/unit/UnitTestFileGenerator.h
test/unit/utDefaultIOStream.cpp
test/unit/utIOStreamBuffer.cpp