diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2014-05-23 19:37:21 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-06-26 15:15:38 -0400 |
commit | c7d7c4dfa788306b2000ecac562eab43016b41b7 (patch) | |
tree | 827c5b85608c4440a298017b483cda106d06ffc9 /net/ipv6/udp.c | |
parent | 17f46a4cedce238dc24a21674756a732816d6f0c (diff) | |
download | kernel-common-c7d7c4dfa788306b2000ecac562eab43016b41b7.tar.gz kernel-common-c7d7c4dfa788306b2000ecac562eab43016b41b7.tar.bz2 kernel-common-c7d7c4dfa788306b2000ecac562eab43016b41b7.zip |
qlcnic: info leak in qlcnic_dcb_peer_app_info()
[ Upstream commit 7df566bbdd0af0785542b89466a937e94257fcfb ]
This function is called from dcbnl_build_peer_app(). The "info"
struct isn't initialized at all so we disclose 2 bytes of uninitialized
stack data. We should clear it before passing it to the user.
Fixes: 48365e485275 ('qlcnic: dcb: Add support for CEE Netlink interface.')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/ipv6/udp.c')
0 files changed, 0 insertions, 0 deletions