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

Remove use of std::tmpnam. #734

Merged
merged 1 commit into from
Nov 30, 2018
Merged

Remove use of std::tmpnam. #734

merged 1 commit into from
Nov 30, 2018

Commits on Nov 29, 2018

  1. Remove use of std::tmpnam.

    std::tmpnam is deprecated and its use is discouraged. For our purposes
    in the tests, we really just need a file name which is unlikely to
    exist.
    
    This patch converts the tests to using a dummy random file name
    generator, which should hopefully avoid name conflicts.
    EricWF committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    2bd23f8 View commit details
    Browse the repository at this point in the history