• Adam Wujek's avatar
    scripts: fix crashing menuconfig on target · 1a05465f
    Adam Wujek authored
    When running make menuconfig from /wr/etc, mconf was crashing when dialog box
    in the style of radiolist was displayed and special keys (like arrow keys)
    were pressed. Crash was due to assetion in function toupper from uClibc.
    Function to upper should return unchanged value if passed parameter is not
    alpha. However, uClibc's implementation behaves in the different way,
    it asserts.
    After assert following message was printed:
    (./mconf: libc/misc/ctype/ctype.c: 320: toupper:
    Assertion `((((unsigned int)((c) - 0)) <= ((127 * 2 + 1) - 0)) ||
    ((c) == (-1)))' failed.
    Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
    1a05465f
Name
Last commit
Last update
binaries Loading commit data...
build Loading commit data...
configs Loading commit data...
doc Loading commit data...
hwinfo-sdb Loading commit data...
kernel Loading commit data...
patches Loading commit data...
robustness/coding Loading commit data...
scripts Loading commit data...
usb-loader Loading commit data...
userspace Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
COPYING Loading commit data...
Kconfig Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
README Loading commit data...