Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T Tor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • David Goulet
  • Tor
  • Repository
Switch branch/tag
  • tor
  • changes
  • ticket40345
Find file BlameHistoryPermalink
  • David Goulet's avatar
    channel: Fix use after free in channel_do_open_actions() · 9ca2394d
    David Goulet authored Mar 23, 2021
    Fortunately, our tor_free() is setting the variable to NULL after so we were
    in a situation where NULL was always used instead of the transport name.
    
    This first appeared in 894ff2dc
    
     and results in
    basically no bridge with a transport being able to use DoS defenses.
    
    Fixes #40345
    Signed-off-by: David Goulet's avatarDavid Goulet <dgoulet@torproject.org>
    9ca2394d