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
  • #21508

Closed (moved)
Open
Opened Feb 19, 2017 by teor@teor

POSIX and Windows may interpret directory document whitespace differently

on Windows, _atoi64 defines whitespace as: A whitespace consists of space or tab characters https://msdn.microsoft.com/en-us/library/czcad93k.aspx

But on POSIX-derived platforms, stroul* define whitespace as isspace(), which is: \t \n \v \f \r " "

This affects at least tor_parse_uint64, and perhaps other functions.

It could mean that some numbers are interpreted differently by Windows and POSIX platforms, but since dir-spec.txt defines whitespace as space or tab, this is unlikely.

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