Skip to content
Snippets Groups Projects
  1. Aug 01, 2020
  2. Jul 31, 2020
  3. Jul 30, 2020
  4. Jul 29, 2020
  5. Jul 28, 2020
    • Jigsaw52's avatar
      Fix startup crash with seccomp sandbox enabled #40072 · eab8e7af
      Jigsaw52 authored
      Fix crash introduced in #40020. On startup, tor calls
      check_private_dir on the data and key directories. This function
      uses open instead of opendir on the received directory. Data and
      key directoryes are only opened here, so the seccomp rule added
      should be for open instead of opendir, despite the fact that they
      are directories.
      eab8e7af
    • Nick Mathewson's avatar
      Use _lseeki64() on windows. · dcc60294
      Nick Mathewson authored
      Fixes bug 31036; bugfix on 0.2.1.8-alpha when we moved the logging
      system to use posix fds.
      dcc60294
  6. Jul 27, 2020
Loading