mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
This commit fixes a race condition in dual-core SMP mode where in the xStreamBufferSend() makes the xTaskWaitingToSend NULL but it may have already been evaluated to not be NULL by xStreamBufferReceive() running on another core and eventually leading to a crash in tasks.c.