Joel Sherrill started a new discussion on cpukit/libmisc/stringto/stringtounsignedchar.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/924#note_140940 > * http://www.rtems.org/license/LICENSE. > */ > > -#ifdef HAVE_CONFIG_H > -#include "config.h" > -#endif > - > -#include <errno.h> > -#include <stdlib.h> > -#include <limits.h> > - > -#include <rtems/stringto.h> > - > /* > - * Instantiate an error checking wrapper for strtoul (unsigned char) > + * Instantiate an error checking wrapper for strtol (unsigned char) Isn't it using strtoul? or should be since it is an unsigned char. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/924#note_140940 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
