Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • V virglrenderer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 91
    • Issues 91
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 34
    • Merge requests 34
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container 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
  • virgl
  • virglrenderer
  • Merge requests
  • !157

renderer: fix coying of context name

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged David Riley requested to merge davidriley/virglrenderer:fix-context-name into master Feb 14, 2019
  • Overview 5
  • Commits 1
  • Pipelines 0
  • Changes 1

Context name length was being ignored and strncpy does not enforce null termination but the destination was being used as a null terminated string.

Change-Id: I715394b364130578a1a6a319dc16927261523d71 Signed-off-by: David Riley davidriley@chromium.org

Edited Feb 26, 2019 by David Riley
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-context-name