Revision dccd9ecc374462e5d6a5b8f8110415a86c2213d8 authored by David S. Miller on 11 May 2012, 02:16:32 UTC, committed by David S. Miller on 11 May 2012, 02:16:32 UTC
Due to RCU lookups and RCU based release, fib_info objects can
be found during lookup which have fi->fib_dead set.

We must ignore these entries, otherwise we risk dereferencing
the parts of the entry which are being torn down.

Reported-by: Yevgen Pronenko <yevgen.pronenko@sonymobile.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 0e0c551
History
File Mode Size
3780i.c -rw-r--r-- 21.0 KB
3780i.h -rw-r--r-- 13.8 KB
Makefile -rw-r--r-- 407 bytes
README -rw-r--r-- 1.6 KB
mwavedd.c -rw-r--r-- 18.7 KB
mwavedd.h -rw-r--r-- 4.8 KB
mwavepub.h -rw-r--r-- 3.5 KB
smapi.c -rw-r--r-- 19.0 KB
smapi.h -rw-r--r-- 2.7 KB
tp3780i.c -rw-r--r-- 17.7 KB
tp3780i.h -rw-r--r-- 4.3 KB

README

back to top