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 #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pinotree
Copy link

@pinotree pinotree commented Dec 11, 2016

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

Fixes: #39

plntyk pushed a commit to plntyk/QComicBook that referenced this pull request 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

Fixes: stolowski#39
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.

Access rights on /tmp/qcomics-????????? folders are too permissive
1 participant