Skip to content
Snippets Groups Projects
  1. Dec 15, 2021
  2. Dec 14, 2021
  3. Dec 13, 2021
  4. Dec 06, 2021
    • Nick Mathewson's avatar
      Limit the number of elements in a consdiff hash line. · 86819229
      Nick Mathewson authored
      This avoids performing and then freeing a lot of small mallocs() if
      the hash line has too many elements.
      
      Fixes one case of bug 40472; resolves OSS-Fuzz 38363.  Bugfix on
      0.3.1.1-alpha when the consdiff parsing code was introduced.
      86819229
  5. Nov 23, 2021
  6. Nov 19, 2021
    • Cecylia Bocovich's avatar
      Don't kill managed proxy on method error · 809b636b
      Cecylia Bocovich authored
      Some PT applications support more than one transport. For example,
      obfs4proxy supports obfs4, obfs3, and meek. If one or more transports
      specified in the torrc file are supported, we shouldn't kill the managed
      proxy on a {C,S}METHOD-ERROR. Instead, we should log a warning.
      
      We were already logging warnings on method errors. This change just
      makes sure that the managed proxy isn't killed, and then if no
      transports are configured for the managed proxy, bumps the log level up
      from a notice to a warning.
      
      Closes #7362
      Verified
      809b636b
  7. Nov 15, 2021
  8. Nov 08, 2021
  9. Nov 06, 2021
  10. Nov 05, 2021
Loading