summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorDan Rosenberg2010-09-15 13:43:12 +0200
committerDavid S. Miller2010-09-17 06:55:00 +0200
commit49c37c0334a9b85d30ab3d6b5d1acb05ef2ef6de (patch)
tree10bc5cacbbe2aefc83eb9d54a6698aaef65c393a /MAINTAINERS
parentdrivers/net/eql.c: prevent reading uninitialized stack memory (diff)
downloadkernel-qcow2-linux-49c37c0334a9b85d30ab3d6b5d1acb05ef2ef6de.tar.gz
kernel-qcow2-linux-49c37c0334a9b85d30ab3d6b5d1acb05ef2ef6de.tar.xz
kernel-qcow2-linux-49c37c0334a9b85d30ab3d6b5d1acb05ef2ef6de.zip
drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized stack memory
Fixed formatting (tabs and line breaks). The CHELSIO_GET_QSET_NUM device ioctl allows unprivileged users to read 4 bytes of uninitialized stack memory, because the "addr" member of the ch_reg struct declared on the stack in cxgb_extension_ioctl() is not altered or zeroed before being copied back to the user. This patch takes care of it. Signed-off-by: Dan Rosenberg <dan.j.rosenberg@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions