summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-02-02 22:49:19 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:31 +0200
commit4631e2fcdc30454a0e6a83a21a218bc0e2d9e5ed (patch)
treeee0d90748a4175c2b3e886a212d16dbc53cbc2dc /ChangeLog
parent1cca4fa7a25df17f6054e75d6732a22f65890113 (diff)
2006-02-02 Sergio Lopez <koro@sinrega.org>
* linux/src/drivers/net/apricot.c (apricot_probe): Increase eth_addr size to 8 so we do not trash the stack when reading from the io ports.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d39258..a5ff878 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-02 Sergio Lopez <koro@sinrega.org>
+
+ * linux/src/drivers/net/apricot.c (apricot_probe): Increase eth_addr
+ size to 8 so we do not trash the stack when reading from the io ports.
+
2006-02-02 Thomas Schwinge <tschwinge@gnu.org>
* Makerules.in: Move a comment ...