yamt opened a new pull request #4291: URL: https://github.com/apache/incubator-nuttx/pull/4291
## Summary Fix a wrong assertion in: ``` commit 98ec46d726b4b58e58f8fc149a38628d7dde193e Author: YAMAMOTO Takashi <[email protected]> Date: Tue Jul 20 09:10:43 2021 +0900 tcp_send_buffered.c: fix iob allocation deadlock Ensure to put the wrb back onto the write_q when blocking on iob allocation. Otherwise, it can deadlock with other threads doing the same thing. ``` I forget to submit this with https://github.com/apache/incubator-nuttx/pull/4257 ## Impact tcp with assertion enabled ## Testing tested with the rest of https://github.com/apache/incubator-nuttx/pull/4184 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
