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:
dbf38c9
)
e1000: possible memory leak in e1000_set_ringparam
author
Vasily Averin
<vvs@sw.ru>
Wed, 27 Sep 2006 19:54:14 +0000
(12:54 -0700)
committer
Auke Kok
<juke-jan.h.kok@intel.com>
Wed, 27 Sep 2006 19:54:14 +0000
(12:54 -0700)
Memory allocated for new tx_ring and rx_ring leaks if
e1000_setup_XX_resources() fails.c Also this patch reduces stack usage
(removed tx_new and rx_new) and uses kzalloc instead kmalloc+memset(0)
Signed-off-by: Vasily Averin <vvs@sw.ru>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
No differences found