Skip to content
Snippets Groups Projects
  1. May 11, 2016
    • Nick Mathewson's avatar
      Undefine _FORTIFY_SOURCE before defining it. · c662bef4
      Nick Mathewson authored
      This makes our compilation options checks in autoconf work better on
      systems that already define _FORTIFY_SOURCE.
      
      Fixes at least one case of bug 18841; bugfix on 0.2.3.17-beta. Patch
      from "trudokal".
      c662bef4
  2. May 09, 2016
  3. Apr 07, 2016
  4. Mar 09, 2016
  5. Mar 04, 2016
  6. Feb 11, 2016
  7. Feb 05, 2016
  8. Feb 04, 2016
  9. Jan 27, 2016
  10. Jan 07, 2016
  11. Dec 08, 2015
  12. Dec 07, 2015
  13. Dec 05, 2015
  14. Oct 09, 2015
  15. Sep 24, 2015
  16. Jul 29, 2015
  17. Jun 25, 2015
  18. Jun 17, 2015
    • teor's avatar
      Correctly handle failed crypto_early_init · 75388f67
      teor authored and Nick Mathewson's avatar Nick Mathewson committed
      If crypto_early_init fails, a typo in a return value from tor_init
      means that tor_main continues running, rather than returning
      an error value.
      
      Fixes bug 16360; bugfix on d3fb846d in 0.2.5.2-alpha,
      introduced when implementing #4900.
      
      Patch by "teor".
      75388f67
  19. Jun 09, 2015
  20. May 13, 2015
  21. 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
  22. Apr 27, 2015
Loading