Skip to content
Snippets Groups Projects
  1. Jul 24, 2019
  2. Jul 23, 2019
  3. Jul 04, 2019
  4. Jul 03, 2019
  5. Jul 02, 2019
  6. Jul 01, 2019
  7. Jun 30, 2019
  8. Jun 28, 2019
    • Nick Mathewson's avatar
      Coverity: different implementation for csiphash · f55598f8
      Nick Mathewson authored
      Coverity has had trouble figuring out our csiphash implementation,
      and has given spurious warnings about its behavior.
      
      This patch changes the csiphash implementation when coverity is in
      use, so that coverity can figure out that we are not about to read
      beyond the provided input.
      
      Closes ticket 31025.
      f55598f8
    • Nick Mathewson's avatar
      begin_cell_parse(): Add an assertion to please coverity. · 0fa3dc32
      Nick Mathewson authored
      Coverity doesn't understand that if begin_cell_parse() returns 0 and
      sets is_begindir to 0, its address field will always be set.
      
      Fixes bug 30126; bugfix on 0.2.4.7-alpha; Fixes CID 1447296.
      0fa3dc32
    • teor's avatar
      changes: file for 28795 · fb977f8c
      teor authored
      Replace the 157 fallbacks originally introduced in Tor 0.3.5.6-rc
      in December 2018 (of which ~122 were still functional), with a
      list of 148 fallbacks (70 new, 78 existing, 79 removed) generated
      in June 2019.
      
      Closes ticket 28795.
      
      Note that we created extra lists from DE and US, but they didn't add
      any more fallbacks when we tried to merge them.
      Unverified
      fb977f8c
Loading