kernel-fxtec-pro1x/scripts/kconfig
Thomas Hebb a64d7894b4 kconfig: don't crash on NULL expressions in expr_eq()
[ Upstream commit 272a72103012862e3a24ea06635253ead0b6e808 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-01-12 12:17:19 +01:00
..
lxdialog kconfig/[mn]conf: handle backspace (^H) key 2019-05-04 09:20:22 +02:00
tests
.gitignore
conf.c
confdata.c kconfig: Clear "written" flag to avoid data loss 2019-08-06 19:06:53 +02:00
expr.c kconfig: don't crash on NULL expressions in expr_eq() 2020-01-12 12:17:19 +01:00
expr.h kconfig: fix missing choice values in auto.conf 2019-07-26 09:14:24 +02:00
gconf-cfg.sh kconfig: do not require pkg-config on make {menu,n}config 2018-09-03 02:13:48 +09:00
gconf.c
gconf.glade
images.c
kconf_id.c
list.h
lkc.h
lkc_proto.h
Makefile kconfig: do not require pkg-config on make {menu,n}config 2018-09-03 02:13:48 +09:00
mconf-cfg.sh kconfig: do not require pkg-config on make {menu,n}config 2018-09-03 02:13:48 +09:00
mconf.c
menu.c
merge_config.sh
nconf-cfg.sh kconfig: do not require pkg-config on make {menu,n}config 2018-09-03 02:13:48 +09:00
nconf.c kconfig/[mn]conf: handle backspace (^H) key 2019-05-04 09:20:22 +02:00
nconf.gui.c kconfig/[mn]conf: handle backspace (^H) key 2019-05-04 09:20:22 +02:00
nconf.h
preprocess.c
qconf-cfg.sh kconfig: do not require pkg-config on make {menu,n}config 2018-09-03 02:13:48 +09:00
qconf.cc
qconf.h
streamline_config.pl
symbol.c
util.c
zconf.l kconfig: fix memory leak when EOF is encountered in quotation 2019-01-26 09:32:39 +01:00
zconf.y