Skip to content
Snippets Groups Projects
Forked from atlas / athena
Source project has a limited visibility.
  • scott snyder's avatar
    eb779eef
    Fix const bug in SG::ConstIterator. · eb779eef
    scott snyder authored
    SG::ConstIterator was using a non-const dereference on the underlying
    DataHandle, causing it to return null if the referenced object was locked.
    This was leading to ubsan warnings in ControlTest.
    
    Former-commit-id: addd0611c8523a479d8b865e12490124ed0492b3
    eb779eef
    History
    Fix const bug in SG::ConstIterator.
    scott snyder authored
    SG::ConstIterator was using a non-const dereference on the underlying
    DataHandle, causing it to return null if the referenced object was locked.
    This was leading to ubsan warnings in ControlTest.
    
    Former-commit-id: addd0611c8523a479d8b865e12490124ed0492b3
Code owners
Assign users and groups as approvers for specific file changes. Learn more.