Ubuntu-focal-kernel/scripts/kconfig
Thomas Hebb 272a721030 kconfig: don't crash on NULL expressions in expr_eq()
NULL expressions are taken to always be true, as implemented by the
expr_is_yes() macro and by several other functions in expr.c. As such,
they ought to be valid inputs to expr_eq(), which compares two
expressions.

Signed-off-by: Thomas Hebb <tommyhebb@gmail.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
2019-12-17 19:21:07 +09:00
..
lxdialog
tests
.gitignore
Makefile kconfig: Add option to get the full help text with listnewconfig 2019-11-11 20:10:01 +09:00
conf.c kconfig: Add option to get the full help text with listnewconfig 2019-11-11 20:10:01 +09:00
confdata.c kconfig: Clear "written" flag to avoid data loss 2019-08-04 12:44:15 +09:00
expr.c kconfig: don't crash on NULL expressions in expr_eq() 2019-12-17 19:21:07 +09:00
expr.h
gconf-cfg.sh
gconf.c
gconf.glade
images.c
images.h
lexer.l
list.h
lkc.h
lkc_proto.h
mconf-cfg.sh kconfig: be more helpful if pkg-config is missing 2019-11-11 20:10:01 +09:00
mconf.c
menu.c
merge_config.sh merge_config.sh: ignore unwanted grep errors 2019-09-04 23:12:50 +09:00
nconf-cfg.sh kconfig: be more helpful if pkg-config is missing 2019-11-11 20:10:01 +09:00
nconf.c
nconf.gui.c
nconf.h
parser.y kconfig: split util.c out of parser.y 2019-11-11 20:07:03 +09:00
preprocess.c
qconf-cfg.sh
qconf.cc
qconf.h
streamline_config.pl
symbol.c
util.c