Re: [PATCH 1/2] NET: NETROM: Don't use static buffer.
From: David Miller <davem@davemloft.net>
Date: 2009-07-27 02:09:27
Also in:
linux-hams
From: David Miller <davem@davemloft.net>
Date: 2009-07-27 02:09:27
Also in:
linux-hams
From: Ralf Baechle <redacted> Date: Sat, 25 Jul 2009 11:38:17 +0100
The use of a static buffer in nr_call_to_digi() to return its result is not threadproof and can result in corruption if multiple threads are trying to perform SIOCADDRT ioctls. Signed-off-by: Ralf Baechle <redacted>
So what frees up these now-dynamically-allocated digi objects?