commit | 429d33ace5ce6122817f8abe9d170eaa55dc3af9 | [log] [tgz] |
---|---|---|
author | andrew hendry <andrew.hendry@gmail.com> | Tue Nov 24 15:16:05 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 29 00:25:02 2009 -0800 |
tree | 6fff27906c529427ae1a7b180450c148a093623b | |
parent | 1fd975a0520cdb27681855d5a18526e328d36b5c [diff] |
X25: Fix oops and refcnt problems from x25_dev_get Calls to x25_dev_get check for dev = NULL which was not set. It allowed x25 to set routes and ioctls on down interfaces. This caused oopses and refcnt problems on device_unregister. Signed-off-by: Andrew Hendry <andrew.hendry@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>