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:
253c8b7
)
[BNX2]: Fix bug in bnx2_nvram_write().
author
Michael Chan
<mchan@broadcom.com>
Tue, 9 Jan 2007 03:56:13 +0000
(19:56 -0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Tue, 9 Jan 2007 08:30:04 +0000
(
00:30
-0800)
The bug was a bogus pointer being passed to kfree(). The pointer was
incremented in the write loop and then passed to kfree().
The fix is to use align_buf to save the original address.
Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found