Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net/netrom
Ralf Baechle c6ba973b8f NETROM: Fix use of static buffer
The static variable used by nr_call_to_digi might result in corruption if
multiple threads are trying to usee a node or neighbour via ioctl.  Fixed
by having the caller pass a structure in.  This is safe because nr_add_node
rsp. nr_add_neigh will allocate a permanent structure, if needed.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-08-17 18:05:32 -07:00
..
af_netrom.c netrom: Fix nr_getname() leak 2009-08-06 13:08:43 -07:00
Makefile
nr_dev.c netrom: convert to net_device_ops 2009-01-21 14:02:02 -08:00
nr_in.c
nr_loopback.c
nr_out.c
nr_route.c NETROM: Fix use of static buffer 2009-08-17 18:05:32 -07:00
nr_subr.c
nr_timer.c
sysctl_net_netrom.c net: '&' redux 2008-11-03 18:21:05 -08:00