git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
073287c
)
e1000e: prevent null ptr dereference in e1000_tx_queue()
author
Bruce Allan
<bruce.w.allan@intel.com>
Wed, 24 Nov 2010 07:42:43 +0000
(07:42 +0000)
committer
Jeff Kirsher
<jeffrey.t.kirsher@intel.com>
Sat, 11 Dec 2010 06:13:41 +0000
(22:13 -0800)
tx_desc can be dereferenced as a null pointer when count is passed in
as 0.
Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Emil Tantilov <emil.s.tantilov@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
No differences found