Skip to content
Snippets Groups Projects
  1. Jul 12, 2015
  2. Jun 25, 2015
  3. Jun 22, 2015
    • Nick Mathewson's avatar
      Repair breakage in early-error case of microdesc parsing · e0b75988
      Nick Mathewson authored
      When I fixed #11243, I made it so we would take the digest of a
      descriptor before tokenizing it, so we could desist from download
      attempts if parsing failed.  But when I did that, I didn't remove an
      assertion that the descriptor began with "onion-key".  Usually, this
      was enforced by "find_start_of_next_microdescriptor", but when
      find_start_of_next_microdescriptor returned NULL, the assertion was
      triggered.
      
      Fixes bug 16400.  Thanks to torkeln for reporting and
      cypherpunks_backup for diagnosing and writing the first fix here.
      e0b75988
  4. Jun 18, 2015
  5. Jun 17, 2015
  6. Jun 16, 2015
  7. Jun 15, 2015
    • Nick Mathewson's avatar
      Fix another seccomp2 issue · 59fa0c2d
      Nick Mathewson authored
      Allow pipe() and pipe2() syscalls; we need these when eventfd2()
      support is missing. Fixes bug 16363; bugfix on 0.2.6.3-alpha.  Patch
      from "teor".
      59fa0c2d
  8. Jun 10, 2015
  9. Jun 09, 2015
  10. Jun 08, 2015
  11. Jun 04, 2015
  12. Jun 02, 2015
  13. May 28, 2015
  14. May 26, 2015
  15. May 19, 2015
  16. May 13, 2015
  17. May 05, 2015
    • John Brooks's avatar
      Fix out-of-bounds read in INTRODUCE2 client auth · 2b27ce52
      John Brooks authored and Nick Mathewson's avatar Nick Mathewson committed
      The length of auth_data from an INTRODUCE2 cell is checked when the
      auth_type is recognized (1 or 2), but not for any other non-zero
      auth_type. Later, auth_data is assumed to have at least
      REND_DESC_COOKIE_LEN bytes, leading to a client-triggered out of bounds
      read.
      
      Fixed by checking auth_len before comparing the descriptor cookie
      against known clients.
      
      Fixes #15823; bugfix on 0.2.1.6-alpha.
      2b27ce52
  18. Apr 28, 2015
  19. Apr 27, 2015
  20. Apr 24, 2015
  21. Apr 06, 2015
Loading