Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This uses mkostemp() instead of mkstemp(), passing along the `O_CLOEXEC` flag, which makes sure that the file descriptor is closed and won't be leaked into any child process, which was previously an issue due to a missing fclose() (Yubico#136).
- Loading branch information