You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "zyfeier (via GitHub)" <gi...@apache.org> on 2023/01/28 09:33:55 UTC

[GitHub] [nuttx] zyfeier opened a new pull request, #8324: fs: unlock tmpfs before free the file object

zyfeier opened a new pull request, #8324:
URL: https://github.com/apache/nuttx/pull/8324

   ## Summary
   
   In tmpfs_close() function, tfo object freed while hold the tfo_lock.  When CONFIG_PRIORITY_INHERITANCE is enabled, tcb will hold an invalid semaphore object, so we need destroy tfo_lock before free tfo.
   
   ## Impact
   
   tmpfs
   
   ## Testing
   
   libuv test


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] xiaoxiang781216 merged pull request #8324: fs: unlock tmpfs before free the file object

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 merged PR #8324:
URL: https://github.com/apache/nuttx/pull/8324


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org