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:
803b351
)
kconfig: don't allocate n+1 elements in temporary array
author
Yann E. MORIN
<yann.morin.1998@free.fr>
Tue, 16 Jul 2013 18:32:33 +0000
(20:32 +0200)
committer
Yann E. MORIN
<yann.morin.1998@free.fr>
Tue, 16 Jul 2013 18:36:18 +0000
(20:36 +0200)
The temporary array that stores the search results is not NULL-terminated,
so there is no reason to allocate n+1 elements.
Reported-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
No differences found