Home
last modified time | relevance | path

Searched hist:"84 d73cd3fb142bf1298a8c13fd4ca50fd2432372" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/core/
H A Drtnetlink.cdiff 84d73cd3fb142bf1298a8c13fd4ca50fd2432372 Fri Mar 08 23:52:20 CST 2013 Mathias Krause <minipli@googlemail.com> rtnl: fix info leak on RTM_GETLINK request for VF devices

Initialize the mac address buffer with 0 as the driver specific function
will probably not fill the whole buffer. In fact, all in-kernel drivers
fill only ETH_ALEN of the MAX_ADDR_LEN bytes, i.e. 6 of the 32 possible
bytes. Therefore we currently leak 26 bytes of stack memory to userland
via the netlink interface.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>