Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 219
    • Merge requests 219
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !21170

Merged
Created Feb 15, 2019 by Vincent Pascuzzi@vpascuzzContributor

Fix passing and dereferencing of nullptr

  • Overview 8
  • Commits 1
  • Changes 2

This patch adds logic to check for a nullptr before dereferencing the pointer. (Closes ATLASSIM-2157.)

In addition, raw pointers were converted to std::unique_ptr (where applicable) and comments were added for future generations. Suspected memory leak also addressed. (Fixes for !21064 (merged) and follow-up of ATLASSIM-4006.)

MR21170_RunTier0Tests.log

Edited Feb 20, 2019 by Vincent Pascuzzi
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 21p3.Fix-ATLASSIM2157