Files
linux/net
Eric Dumazet 28d36e3702 [FIB]: Avoid using static variables without proper locking
fib_trie_seq_show() uses two helper functions, rtn_scope() and
rtn_type() that can write to static storage without locking.

Just pass to them a temporary buffer to avoid potential corruption
(probably not triggerable but still...)

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-01-28 15:02:13 -08:00
..
2008-01-28 15:02:03 -08:00
2008-01-28 15:00:48 -08:00
2008-01-28 15:01:04 -08:00
2007-12-20 14:03:11 -08:00
2008-01-28 15:01:05 -08:00
2008-01-28 15:01:49 -08:00
2008-01-28 14:54:10 -08:00
2008-01-28 14:56:29 -08:00