Skip to content

Conversation

mostafa-salmaan
Copy link
Collaborator

The tmpname() function should generate a different temporary file name each time it is called up. But, the original implementation of tmpnam function generates identical file names on subsequent calls.

So, we need to fix this implementation to generate a different temporary file name upon each invocation.

The tmpname() function should generate a different temporary file name each time it is called up.
But, the original implementation of tmpnam function generates identical file names on subsequent calls.

So, we need to fix this implementation to generate a different temporary file name upon each invocation.

Signed-off-by: Mostafa Salman <mostafas@synopsys.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant