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.
Good afternoon.
I am confused about the use of tmpnam functions in your code.
jxrlib/image/encode/strenc.c
Line 485 in f752187
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.