From: John W. Linville Date: Tue, 8 Nov 2005 20:59:30 +0000 (-0500) Subject: [PATCH] e1000: zero-out pointers in e1000_free_desc_rings X-Git-Tag: v2.6.16-rc1~474^2~22^2~7^2~21^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b27adb607282addcfe2707783dfcc28ba3a753b;p=pandora-kernel.git [PATCH] e1000: zero-out pointers in e1000_free_desc_rings In e1000_free_desc_rings, zero-out pointers after the memory they point to is freed. The test rings are static and get re-used, and failures during subsequent test setups can cause e1000_free_desc_rings to get called with dirty pointers. Dirty pointers can cause oopses or crashes... Signed-off-by: John W. Linville --- Reading git-diff-tree failed