Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • 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
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Legacy
  • TracTrac
  • Issues
  • #15960

Closed (moved)
(moved)
Open
Created May 08, 2015 by donncha@donncha

Segfault in HSPOST control command

A segfault occurs in the HSPOST command if node->rs->is_hs_dir is checked but the router_status entry for the node does not exist. I have a fix for this issue on my Github - https://github.com/DonnchaC/tor/commit/27f006bcad4a1a27339130ffb09637f4baaf7dbe

    if (!node->rs->is_hs_dir) {
      connection_printf_to_buf(conn, "552 Server \"%s\" is not a HSDir"
                                     "\r\n", server);
      goto done;
    }
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking