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:
cd58a90
)
scripts/kconfig/nconf: dynamically alloc dialog_input_result
author
Cheng Renquan
<crquan@gmail.com>
Thu, 1 Sep 2011 17:52:20 +0000
(10:52 -0700)
committer
Michal Marek
<mmarek@suse.cz>
Fri, 9 Sep 2011 12:40:08 +0000
(14:40 +0200)
To support unlimited length string config items;
No check for realloc return value keeps code simple, and to be
consistent with other existing unchecked malloc in kconfig.
Signed-off-by: Cheng Renquan <crquan@gmail.com>
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
No differences found