Gedare Bloom started a new discussion on cpukit/posix/src/semopen.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/952#note_140041

 >    va_list                    arg;
 >    unsigned int               value = 0;
 >    POSIX_Semaphore_Control   *the_semaphore;
 > -  size_t                     name_len;
 > -  Objects_Get_by_name_error  error;
 > +  size_t                     name_len = 0;
 > +  Objects_Get_by_name_error  error = OBJECTS_GET_BY_NAME_NO_OBJECT;

initialization is not needed here

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/952#note_140041
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

Reply via email to