-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(vfs): Fix event_write may not exit critical section (IDFGH-11084) #12258
Conversation
Thanks for the contribution @udoudou. Changes LGTM! I shall pull in this change to our internal repository for further tests. Thanks! |
sha=369b762b6db7df56f51aaa4e3f73b28be206cd3e |
This commit fixes the event_write() function where the critical section was unbalanced. Merges #12258
This commit fixes the event_write() function where the critical section was unbalanced. Merges #12258
This commit fixes the event_write() function where the critical section was unbalanced. Merges #12258
This commit fixes the event_write() function where the critical section was unbalanced. Merges #12258
This commit fixes the event_write() function where the critical section was unbalanced. Merges espressif#12258
👋 Hello udoudou, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
This commit fixes the event_write() function where the critical section was unbalanced. Merges espressif#12258
The judgment conditions for entering the critical section and exiting the critical section in event_write are inconsistent, and there may be a problem of entering the critical section but not exiting the critical section.