Joel Sherrill created a merge request: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/175
Project:Branches: joel/rtems:timespec_add_to_32-bit_time to rtems/rtos/rtems:main Author: Joel Sherrill Assignee: Joel Sherrill ## Summary timespec.h, etc.: Eliminate use of 32-bit for time_t This code had a uint32_t local variable for seconds from a timespec. This was assigning a time_t to a uint32_t and ultimately returning it. This propgated to rtems_timespec_add_to(). Coverity CID 1512527 Closes #5107. <!-- 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/175 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
