Gedare Bloom started a new discussion on cpukit/rtems/src/semcreate.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1067#note_143080 > } > > if ( status != STATUS_SUCCESSFUL ) { > + _Chain_Set_off_chain( &the_semaphore->Object.Node ); Maybe it would be more appropriate to add `_Sempahore_Set_flags( &the_semaphore, (uintptr_t) NULL );`? -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1067#note_143080 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
