]> git.baikalelectronics.ru Git - kernel.git/commit
ax25: Fix ax25_cb refcounting in ax25_ctl_ioctl
authorJarek Poplawski <jarkao2@gmail.com>
Fri, 25 Sep 2009 03:10:38 +0000 (03:10 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Sep 2009 20:43:48 +0000 (13:43 -0700)
commit18c21f4f8bb3daa7b1e92e82ba0375b9d6d256d1
tree2c28009e8312427a2d934352c8c1c3363941d8af
parentc6888f4edf8df69a2202aae42e048002722f9a53
ax25: Fix ax25_cb refcounting in ax25_ctl_ioctl

Use ax25_cb_put after ax25_find_cb in ax25_ctl_ioctl.

Reported-by: Bernard Pidoux F6BVP <f6bvp@free.fr>
Signed-off-by: Jarek Poplawski <jarkao2@gmail.com>
Reviewed-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ax25/af_ax25.c