Re: [PR] net/can: Release IOB when failed to queue in datahandler [nuttx]

2024-01-06 Thread via GitHub
xiaoxiang781216 merged PR #11491: URL: https://github.com/apache/nuttx/pull/11491 -- 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: commits-unsubscr...@nu

[PR] net/can: Release IOB when failed to queue in datahandler [nuttx]

2024-01-05 Thread via GitHub
wengzhe opened a new pull request, #11491: URL: https://github.com/apache/nuttx/pull/11491 ## Summary If we just clear the IOB when failed to queue, we'll leak it. ## Impact Minor, `iob_tryadd_queue` failure in `can_datahandler`. ## Testing CI -- This is an automated