Skip to content

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