Prashant Rahul created a merge request: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1050
Project:Branches: prashantrahul141/rtems:fix/libmisc/stringto/unsigned-int to rtems/rtos/rtems:main Author: Prashant Rahul ## Summary The max value for unsigned int is defined by UINT_MAX rather than ULONG_MAX. Using ULONG_MAX causes a build failure for 64bit machines (tested on x86_64/amd64 and aarch64/raspberrypi4b). This went unnoticed initially since it didn't raise any error or warning when built for 32bit target. ## Generative AI <!-- If you have used AI please use the "AI Contribution" template otherwise leave this blank see our fulls statement at https://www.rtems.org/generative-ai/--> <!-- Default settings, if it is a dropdown it will set after submission --> -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1050 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
