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

Fix creation of temporary directory #3

Merged
merged 1 commit into from
May 22, 2020
Merged

Fix creation of temporary directory #3

merged 1 commit into from
May 22, 2020

Conversation

plntyk
Copy link
Owner

@plntyk plntyk commented May 22, 2020

Since QComicBook switched to Qt5, it is posssible to use QTemporaryDir
to create temporary directories: this solves few problems:

  • picking a unique random name
  • creating safely the directory (so far the temporary directory has been
    readable by anyone, not just the user, leaving a data leak)
  • cleanup is done automatically, in the same way, no matter what is the
    structure of the files there

[v2] rebase on latest changes
[v2] stolowski#27

Since QComicBook switched to Qt5, it is posssible to use QTemporaryDir
to create temporary directories: this solves few problems:
- picking a unique random name
- creating safely the directory (so far the temporary directory has been
  readable by anyone, not just the user, leaving a data leak)
- cleanup is done automatically, in the same way, no matter what is the
  structure of the files there

[v2] rebase on latest changes
[v2] stolowski#27
@plntyk plntyk merged commit ab017ee into master May 22, 2020
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.

2 participants