Re: [PR] libc/idr: Fix Use-After-Free during idr_destroy() [nuttx]

2025-07-11 Thread via GitHub
Donny9 merged PR #16713: URL: https://github.com/apache/nuttx/pull/16713 -- 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...@nuttx.apach

[PR] libc/idr: Fix Use-After-Free during idr_destroy() [nuttx]

2025-07-11 Thread via GitHub
gpoulios opened a new pull request, #16713: URL: https://github.com/apache/nuttx/pull/16713 ## Summary libc lib_idr maintains 2 RB trees to efficiently handle node allocations. Removed nodes are not freed, but rather added to the "removed" RB tree, for potential re-use during subsequ