]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
appletalk: fix atalk_getname() leak
authorEric Dumazet <eric.dumazet@gmail.com>
Thu, 6 Aug 2009 02:27:43 +0000 (02:27 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 9 Sep 2009 03:17:31 +0000 (20:17 -0700)
commit3cee5ca317b5f0a0c2c62ad24dbe7f415ca45687
treeb8a15db0d516c45de0a06230dcf60e0886d3ec61
parent27dd1a6f4fe1625b22bbd9fc63950732519c9976
appletalk: fix atalk_getname() leak

commit 3d392475c873c10c10d6d96b94d092a34ebd4791 upstream.

atalk_getname() can leak 8 bytes of kernel memory to user

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/appletalk/ddp.c