Skip to content
Snippets Groups Projects
  1. Aug 25, 2023
  2. Aug 23, 2023
  3. Aug 22, 2023
  4. Aug 15, 2023
  5. Aug 14, 2023
  6. Aug 12, 2023
    • Micah Elizabeth Scott's avatar
      test_dos: Fixes for uninitialized stack memory · d0343b12
      Micah Elizabeth Scott authored
      This was causing CI failures that didn't reproduce on my local machine.
      The DoS subsystem now has a new assert() which triggers a BUG on some
      nonzero memory contents (or_conn->tracked_for_dos_mitigation), and
      uninitialized stack memory might be nonzero.
      d0343b12
  7. Aug 11, 2023
    • Micah Elizabeth Scott's avatar
      Extend DoS protection to IP addresses with known relays · 2b8d6290
      Micah Elizabeth Scott authored
      This exemption used to be helpful in keeping exit relays from tripping
      the DoS detection subsystem and losing Tor connectivity. Now exit relays
      block re-entry into the network (tor issue #2667) so it's no longer
      needed. We'd like to re-enable protection on these addresses to avoid
      giving attackers a way around our DoS mitigations.
      2b8d6290
Loading