• Kenny Root's avatar
    Prevent null pointer deref in DirectVolume · a9f423dd
    Kenny Root authored
    There's a possibility that if something were messed up a call to
    NetlinkEvent::findParam could return a NULL. Passing NULL as the
    argument into atoi() would cause a null pointer dereference.
    
    Change-Id: Ib071afbbe2adc341108c245ffa596cc8730bd8fd
    a9f423dd
DirectVolume.cpp 9.82 KB