Skip to content
Snippets Groups Projects
  1. Jul 01, 2019
  2. Jun 12, 2019
  3. Jun 11, 2019
  4. Jun 10, 2019
    • teor's avatar
      Travis: Skip test_rebind on macOS builds · be0a4be2
      teor authored
      Skip test_rebind when the TOR_SKIP_TEST_REBIND environmental variable
      is set.
      
      Skip test_rebind on macOS in Travis builds, because it is unreliable
      on macOS on Travis.
      
      Fixes bug 30713; bugfix on 0.3.5.1-alpha.
      be0a4be2
    • teor's avatar
      Travis: allow the test-stem job to fail · d761c3ca
      teor authored
      Allow the test-stem job to fail in Travis, because it sometimes hangs.
      
      Fixes bug 30744; bugfix on 0.3.5.4-alpha.
      d761c3ca
  5. May 17, 2019
  6. May 15, 2019
  7. May 10, 2019
    • Nick Mathewson's avatar
      Don't pass a NULL into a %s when logging client auth file load failure · ff558403
      Nick Mathewson authored
      Fortunately, in 0.3.5.1-alpha we improved logging for various
      failure cases involved with onion service client auth.
      
      Unfortunately, for this one, we freed the file right before logging
      its name.
      
      Fortunately, tor_free() sets its pointer to NULL, so we didn't have
      a use-after-free bug.
      
      Unfortunately, passing NULL to %s is not defined.
      
      Fortunately, GCC 9.1.1 caught the issue!
      
      Unfortunately, nobody has actually tried building Tor with GCC 9.1.1
      before. Or if they had, they didn't report the warning.
      
      Fixes bug 30475; bugfix on 0.3.5.1-alpha.
      ff558403
  8. Apr 30, 2019
  9. Apr 22, 2019
  10. Apr 19, 2019
  11. Apr 15, 2019
  12. Apr 12, 2019
Loading