Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
T
Tor
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,075
    • Issues 1,075
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 40
    • Merge Requests 40
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • The Tor Project
  • Core
  • Tor
  • Merge Requests
  • !102

Open
Opened Aug 03, 2020 by Nick Mathewson@nickm🐙Owner
  • Report abuse
Report abuse

Ticket6198: memwipe more address strings before freeing

  • Overview 1
  • Commits 2
  • Changes 4

This is a small patch for #6198 (closed), to memwipe a little more. It's a defense-in-depth thing. I'm marking it for possible backport, but I'm not sure whether that's a good idea.

Github PR to master at https://github.com/torproject/tor/pull/2043

After merging this, we could open a new ticket about refactoring more places in our code to use tor_str_wipe_and_free(), but IMO such a change should be master-only.

Assignee
Assign to
Reviewer
Request review from
Tor: 0.4.3.x-final
Milestone
Tor: 0.4.3.x-final
Assign milestone
Time tracking
Reference: tpo/core/tor!102
Source branch: ticket6198_035