Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Trac Trac
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Service Desk
    • Milestones
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Legacy
  • TracTrac
  • Issues
  • #26892

log_addr_has_changed() does not heed SafeLogging

No IP address scrubbing is performed at any loglevel:

2694   if (!tor_addr_is_null(prev))
2695     log_fn(severity, LD_GENERAL,
2696            "Our IP Address has changed from %s to %s; "
2697            "rebuilding descriptor (source: %s).",
2698            addrbuf_prev, addrbuf_cur, source);
2699   else
2700     log_notice(LD_GENERAL,
2701              "Guessed our IP address as %s (source: %s).",
2702              addrbuf_cur, source);
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking