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
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Legacy
  • TracTrac
  • Issues
  • #22415
Closed (moved) (moved)
Open
Issue created May 27, 2017 by Arthur Edelstein@arthuredelstein

Format error in our pipeline patch

I was building tor-browser.git with --enable-debug and -Werror=format and it revealed a format error in our #5282 (closed) patch. The line is

      fprintf(stderr, "WTF-combine: Sent %lld/%lld bytes of %lld combined pipelined requests for host %s\n",
              alreadyPending+totalSent, totalAvailable, reqsSent, ci->Origin());

But the first three arguments after the format string are unsigned long integers, not long long integers.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking