Skip to content
Snippets Groups Projects
  1. Apr 23, 2010
  2. Apr 20, 2010
  3. Apr 19, 2010
  4. Apr 15, 2010
  5. Apr 02, 2010
  6. Mar 16, 2010
  7. Mar 15, 2010
  8. Mar 11, 2010
  9. Mar 09, 2010
  10. Mar 08, 2010
  11. Mar 07, 2010
  12. Mar 04, 2010
    • Nick Mathewson's avatar
      Apply Roger's bug 1269 fix. · 3ff09239
      Nick Mathewson authored
      From http://archives.seul.org/tor/relays/Mar-2010/msg00006.html :
      
         As I understand it, the bug should show up on relays that don't set
         Address to an IP address (so they need to resolve their Address
         line or their hostname to guess their IP address), and their
         hostname or Address line fails to resolve -- at that point they'll
         pick a random 4 bytes out of memory and call that their address. At
         the same time, relays that *do* successfully resolve their address
         will ignore the result, and only come up with a useful address if
         their interface address happens to be a public IP address.
      3ff09239
  13. Mar 01, 2010
  14. Feb 27, 2010
    • Nick Mathewson's avatar
      Fix a consensus-extension bug found by outofwords · 27a8a56e
      Nick Mathewson authored
      When the bandwidth-weights branch added the "directory-footer"
      token, and began parsing the directory footer at the first
      occurrence of "directory-footer", it made it possible to fool the
      parsing algorithm into accepting unsigned data at the end of a
      consensus or vote.  This patch fixes that bug by treating the footer
      as starting with the first "directory-footer" or the first
      "directory-signature", whichever comes first.
      27a8a56e
    • Sebastian Hahn's avatar
      Properly handle non-terminated strings · b67657bd
      Sebastian Hahn authored
      Treat strings returned from signed_descriptor_get_body_impl() as not
      NUL-terminated. Since the length of the strings is available, this is
      not a big problem.
      
      Discovered by rieo.
      b67657bd
  15. Feb 26, 2010
    • Sebastian Hahn's avatar
      Proper NULL checking in circuit_list_path_impl() · 86828e20
      Sebastian Hahn authored
      Another dereference-then-NULL-check sequence. No reports of this bug
      triggered in the wild. Fixes bugreport 1256.
      
      Thanks to ekir for discovering and reporting this bug.
      86828e20
    • Sebastian Hahn's avatar
      Proper NULL checking for hsdesc publication · f36c36f4
      Sebastian Hahn authored
      Fix a dereference-then-NULL-check sequence. This bug wasn't triggered
      in the wild, but we should fix it anyways in case it ever happens.
      Also make sure users get a note about this being a bug when they
      see it in their log.
      
      Thanks to ekir for discovering and reporting this bug.
      f36c36f4
    • Sebastian Hahn's avatar
      Zero a cipher completely before freeing it · a9802d33
      Sebastian Hahn authored
      We used to only zero the first ptrsize bytes of the cipher. Since
      cipher is large enough, we didn't zero too many bytes. Discovered
      and fixed by ekir. Fixes bug 1254.
      a9802d33
  16. Feb 25, 2010
    • Sebastian Hahn's avatar
      Restrict PerConnBWRate|Burst to INT32_MAX, update manpage · 2917c059
      Sebastian Hahn authored
      All other bandwidthrate settings are restricted to INT32_MAX, but
      this check was forgotten for PerConnBWRate and PerConnBWBurst. Also
      update the manpage to reflect the fact that specifying a bandwidth
      in terabytes does not make sense, because that value will be too
      large.
      2917c059
  17. Feb 23, 2010
  18. Feb 22, 2010
  19. Feb 21, 2010
  20. Feb 19, 2010
    • Sebastian Hahn's avatar
      Make the DNSPort option work with libevent 2.x · 408a828b
      Sebastian Hahn authored
      We need to use evdns_add_server_port_with_base() when configuring
      our DNS listener, because libevent segfaults otherwise. Add a macro
      in compat_libevent.h to pick the correct implementation depending
      on the libevent version.
      
      Fixes bug 1143, found by SwissTorExit
      408a828b
  21. Feb 18, 2010
Loading