• Show log

    Commit

  • Hash : 6ae6491e
    Author : Etienne Samson
    Date : 2018-07-06T22:24:16

    smart: don't dereference a NULL pkt pointer By clarifying what detect_caps returns on empty/missing packet, we can be sure there are actually refs to process. The old code could blindly dereference `first`, which might have been NULL. Reported by Coverity, CID 1393614