Skip to content
  • Sean McBride's avatar
    Fixed null dereference · cd4d9a31
    Sean McBride authored
    DeepCopy() does SetLookupTable(0), and with a null parameter,
    it would dereferenced null.  Fixed by adding null check.
    Found by clang static analyzer.
    
    Change-Id: I53272a229bd4096f6631ff66f794bf0abb1f8088
    cd4d9a31