Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts: menuconfig: proper handling of NULL character as input
Fixes: zephyrproject-rtos#33212 Upstream PR: ulfalizer/Kconfiglib#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 <[email protected]>
- Loading branch information