]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/net/tulip/de4x5.c: fix union member name in DE4X5_GET_REG ioctl
authorDan Rosenberg <dan.j.rosenberg@gmail.com>
Fri, 17 Sep 2010 05:34:26 +0000 (22:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Sep 2010 05:34:26 +0000 (22:34 -0700)
commita9072acd8f9e9c3cdfe654e63211d09376456d60
tree5550fb0a75bc5a442a7519b1cf4e2d9bca485a42
parent3618746ec93c42c704e8328ec9707c0777de0968
drivers/net/tulip/de4x5.c: fix union member name in DE4X5_GET_REG ioctl

This was previously reported as a security issue due to leakage of
uninitialized stack memory.  Jeff Mahoney pointed out that this is
incorrect since the copied data is from a union (rather than a struct).
Therefore, this patch is only under consideration for the sake of
correctness, and is not security relevant.

Signed-off-by: Dan Rosenberg <dan.j.rosenberg@gmail.com>
Acked-by: Grant Grundler <grundler@parisc-linux.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tulip/de4x5.c