]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/net/e1000/e1000_main.c
e100, e1000, ixgb: Fix an impossible memory overwrite bug
authorAuke Kok <auke\-jan.h.kok@intel.com>
Wed, 27 Sep 2006 19:53:17 +0000 (12:53 -0700)
committerAuke Kok <juke-jan.h.kok@intel.com>
Wed, 27 Sep 2006 19:53:17 +0000 (12:53 -0700)
commit0eb5a34cdf34ad07b6db2df1e523aaf6574601b4
tree75d2086eb9601bb2374b0d7575b12484ed189748
parent0abb6eb12806cf99ea815810d470423083c3b9f4
e100, e1000, ixgb: Fix an impossible memory overwrite bug

We keep getting requests from people that think that this might be
an exploitable hole where we would overwrite 4 bytes in the netdev
struct if the pci name would exceed 15 characters. In reality this
will never happen but we fix it anyway.

Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
drivers/net/e100.c
drivers/net/e1000/e1000_main.c
drivers/net/ixgb/ixgb_main.c