You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
smart: don't access a NULL pkt pointer in strange cases
By clarifying what detect_caps returns on empty/missing packet, we can
be sure there are actually refs to process. The old code would blindly
dereference first, which might not have been sent at all.
Reported by Coverity, CID 1393614
0 commit comments