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:
d4703ae
)
modpost: fix segfault with short symbol names
author
Michal Marek
<mmarek@suse.cz>
Sat, 12 Dec 2009 11:02:24 +0000
(12:02 +0100)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 15 Dec 2009 05:58:37 +0000
(16:28 +1030)
memcmp() is wrong here, the symbol name can be shorter than KSYMTAB_PFX
or CRC_PFX.
Signed-off-by: Michal Marek <mmarek@suse.cz>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
No differences found