Gedare Bloom commented on a discussion on spec/rtems/task/req/restart.yml: 
https://gitlab.rtems.org/rtems/prequal/rtems-central/-/merge_requests/13#note_134062

 >            SetFatalHandler( ResumeThreadDispatch, ctx );
 >            cpu_self = _Thread_Dispatch_disable();
 >  
 > -          if ( setjmp( ctx->thread_dispatch_context ) == 0 ) {
 > +          int jumped = setjmp( ctx->thread_dispatch_context );

Fixed. It is interesting there weren't warnings. I don't know if we scan the 
testsuites in Coverity.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/prequal/rtems-central/-/merge_requests/13#note_134062
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