wes3 opened a new pull request #709: MYNEWT-879: OS scheduler issues with TAILQ_INSERT_TAIL URL: https://github.com/apache/mynewt-core/pull/709 kernel/os: fix errors in os_sched.c related to TAILQ_INSERT_TAIL The code needs to check if the list is empty before calling TAILQ_INSERT_TAIL as that macro does not set the first element in the list if the list is empty.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
