• Ilya's avatar
    resolve possible null pointer dereference · f7e04983
    Ilya authored
    issue found by clang static analyzer
    
    ../../../proto/ospf/topology.c:287:13: warning: Dereference of null pointer
            p->p.name, lsa->nf->fn.prefix, lsa->nf->fn.pxlen);
                       ^~~~~~~~~~~~~~~~~~
    f7e04983