Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • G gcc
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 39
    • Merge requests 39
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gcc-mirror
  • gcc
  • Merge requests
  • !63

Fix misnamed argument in vsnprintf implementation

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Jan Schlüter requested to merge github/fork/f0k/patch-1 into master Apr 08, 2022
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 1

gf_vsnprintf() (the implementation of vsnprintf() provided for the case HAVE_VSNPRINTF is false) has its first argument named str, but references it as buffer throughout the function body. This PR renames the argument from str to buffer to match the body.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/f0k/patch-1