Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2,872
    • Issues 2,872
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 899
    • Merge requests 899
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Mesa
  • mesamesa
  • Merge requests
  • !7263

Closed
Created Oct 21, 2020 by Vinson Lee@vleeDeveloper
  • Report abuse
Report abuse

panfrost: Initialize program.

  • Overview 1
  • Commits 1
  • Pipelines 2
  • Changes 1

bifrost_compile_shader_nir does not initialize program.first_tag and program.work_register_count.

Fix defects reported by Coverity Scan.

Uninitialized scalar variable (UNINIT) uninit_use: Using uninitialized value program.first_tag. uninit_use: Using uninitialized value program.work_register_count.

Fixes: 91d9c55f ("panfrost: Add blend shader support to bifrost") Signed-off-by: Vinson Lee vlee@freedesktop.org

cc: @alyssa @bbrezillon

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix-cid-1468226