-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
Good afternoon.
I noticed in your code the functions using tmpnam. the problem with this function is that it only determines the availability of the filename at the time it is called.
those. when you start working with this name, you are not sure about the absence of a file with this name.
if it is important then you need to use mkstemp or mkdtemp.
Metadata
Metadata
Assignees
Labels
No labels