lkml.org 
[lkml]   [2016]   [Jan]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] net/mac80211/agg-rx.c: fix use of uninitialised values
It's not the return where we should trigger the warning it's at the

rcu_assign_pointer(sta->ampdu_mlme.tid_rx[tid], tid_agg_rx);

line. That's for correctness, but also it should be slightly easier.
Or it should cut down on false positives if we ignored returns and only
looked global scope type assignements.

regards,
dan carpenter

\
 
 \ /
  Last update: 2016-01-28 14:21    [W:0.072 / U:1.400 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site