commit | 96d8e48da55ab294fb26ce695ab48a9e9829b4fa | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon May 28 18:21:42 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue May 29 03:31:19 2018 +0900 |
tree | f464adc79e6ee795dd1ec0d0668daff4b731c00a | |
parent | bb222ceeb327a9bd484ba763fe86644f6d97e0cc [diff] |
kconfig: remove string expansion for mainmenu after yyparse() Now that environments are expanded in the lexer, conf_parse() does not need to expand them explicitly. The hack introduced by commit 0724a7c32a54 ("kconfig: Don't leak main menus during parsing") can go away. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Kees Cook <keescook@chromium.org> Reviewed-by: Ulf Magnusson <ulfalizer@gmail.com>