Gedare Bloom started a new discussion on cpukit/libi2c/libi2c.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/821#note_136985

 >  {
 >    rtems_status_code sc;
 >  
 > -  if (is_initialized) {
 > +  if (rtems_libi2c_is_initialized) {

I think you need to acquire the lock in order to ensure this global variable 
can be safely accessed?

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