Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporary files created by testsuite aren't removed #48

Closed
jay opened this issue Mar 23, 2015 · 2 comments
Closed

Temporary files created by testsuite aren't removed #48

jay opened this issue Mar 23, 2015 · 2 comments
Assignees

Comments

@jay
Copy link
Contributor

jay commented Mar 23, 2015

In testsuite.c the temporarly file name is generated and then removed before it is created. After the testing is finished the temporary file isn't removed. I'm not sure if this is intentional or not. If it's not it could be solved by using an atexit handler and if(outputName) remove(outputName); to remove it in all cases.

@cconlon cconlon self-assigned this Mar 24, 2015
@cconlon
Copy link
Member

cconlon commented Mar 26, 2015

Hi jay,

Thanks! Could I get to you ping us at info@wolfssl.com, to get a contributor agreement in place?

Thanks,
Chris

@cconlon
Copy link
Member

cconlon commented Mar 31, 2015

Should be fixed as of this commit: 69b4e98

@cconlon cconlon closed this as completed Mar 31, 2015
kojo1 pushed a commit to kojo1/wolfssl that referenced this issue Mar 4, 2022
lealem47 pushed a commit to lealem47/wolfssl that referenced this issue Mar 29, 2023
Fixes for buffers when testing with Intel QAT hardware
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

No branches or pull requests

2 participants