Skip to content
  • Sean McBride's avatar
    Fixed false positive warning about null deref · 1fa832c3
    Sean McBride authored
    At the changed line, “graph” and “this->Graph”
    should be the same, but the analyzer only sees
    that the macro has branches for “graph” being null
    or not, then sees it unconditionally dereferenced.
    
    Change-Id: I80f12f4ae3bb31ddadbf72ad0bb522bfba015a20
    1fa832c3