Skip to content
Snippets Groups Projects
  1. Feb 09, 2016
  2. Feb 05, 2016
  3. Feb 03, 2016
    • 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: default avatarAdam Wujek <adam.wujek@cern.ch>
      1a05465f
  4. Jan 29, 2016
  5. Jan 08, 2016
  6. Jan 07, 2016
  7. Dec 03, 2015
  8. Nov 09, 2015
  9. Sep 08, 2015
  10. Aug 31, 2015
  11. Aug 28, 2015
  12. Aug 27, 2015
  13. Aug 26, 2015