zephyr/scripts/kconfig
Torsten Rasmussen d33fc38e09 scripts: menuconfig: proper handling of NULL character as input
Fixes: #33212

Upstream PR: https://github.com/ulfalizer/Kconfiglib/pull/103

Ignoring when user inputs NULL in a text field.
menuconfig exits with a python stack trace if NULL is provided as input
character, therefore ignore NULL as an input character to prevent this
behaviour.

A NULL character may be given accidentally by the user through the
following ways:
- Pressing `Win` key on keyboard (Windows only)
- Pressing `<CTRL>-@` / `<CTRL>-2`.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2021-04-07 10:19:14 +02:00
..
diffconfig
guiconfig.py guiconfig: fix search function 2021-02-08 16:24:05 -05:00
hardenconfig.py hardening: Deal with empty lines in csv file 2020-08-12 16:43:18 -04:00
hardened.csv debug: Move away from openocd and make it generic 2021-03-17 14:43:01 -05:00
kconfig.py cmake: using ${ZEPHYR_BASE} instead of $ENV{ZEPHYR_BASE} 2020-03-27 16:23:46 +01:00
kconfigfunctions.py dts: separate DT libraries from gen_defines.py 2021-04-02 08:28:12 -05:00
kconfiglib.py kconfig: kconfiglib.py: Backup files only 2021-01-28 10:40:24 -05:00
lint.py
menuconfig.py scripts: menuconfig: proper handling of NULL character as input 2021-04-07 10:19:14 +02:00