Files
linux/drivers/net/appletalk
Vlad Tsyrklevich d9a4e70f23 net/appletalk: Fix kernel memory disclosure
[ Upstream commit ce7e40c432 ]

ipddp_route structs contain alignment padding so kernel heap memory
is leaked when they are copied to user space in
ipddp_ioctl(SIOCFINDIPDDPRT). Change kmalloc() to kzalloc() to clear
that memory.

Signed-off-by: Vlad Tsyrklevich <vlad@tsyrklevich.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-12-09 22:01:51 +01:00
..
2006-02-13 15:53:41 -08:00
2007-10-10 16:52:05 -07:00
2015-02-20 16:28:46 -05:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00