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

Commits on Nov 24, 2020

  1. Fix creation of temporary directory

    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
    pinotree committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    0792507 View commit details
    Browse the repository at this point in the history