Good afternoon.
I am confused about the use of tmpnam functions in your code.
|
if ((pFilename = tmpnam(NULL)) == NULL) |
If you want to get an unused name on the system.
do you consider the threat, the file can be created between scan and open?
thanks for taking the time to answer.