From 28d36e3702fcbed73c38e877bcf2a8f8946b7f3d Mon Sep 17 00:00:00 2001 From: Eric Dumazet Date: Mon, 14 Jan 2008 23:09:56 -0800 Subject: [PATCH] [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 Signed-off-by: David S. Miller --- Reading git-format-patch failed