Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • V VVCSoftware_VTM
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Custom issue tracker
    • Custom issue tracker
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • jvet
  • VVCSoftware_VTM
  • Merge requests
  • !236

Adapt the fix for uninitialized memory access with REUSE_CU_RESULTS

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Adam Wieckowski requested to merge adam_wieckowski/VVCSoftware_VTM:uninit_fix into master Feb 04, 2019
  • Overview 8
  • Commits 5
  • Pipelines 3
  • Changes 1

This fix initializes the memory properly using the actual object constructor. It doesn't have any effect right now. As it uses the actual object constructor to initialize the memory in question, it might be more future-proof (e.g. if some memory is only initialized using the constructor, but not 'operator=').

Edited Feb 04, 2019 by Frank Bossen
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: uninit_fix