Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • 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.

  • Legacy
  • TracTrac
  • Issues
  • #4515

Closed (moved)
Open
Opened Nov 18, 2011 by Trac@tracbot

tor_inet_pton(...) ipv6 addr. parsing inconsistencies

Currently:

  • "0x10::" is a valid addr according to tor_inet_pton but not according to inet_pton.
  • ":" is a seg fault waiting to happen. (src[1] <- out of bound)
  • "000010::" is an invalid addr according to tor_inet_pton but not according to inet_pton.

I suggest changing tor_inet_pton to make it consistent with inet_pton (as the doc states it should be).

I'll update the ticket with a patch in a moment.

Trac:
Username: 4ZM

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#4515