You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/09/14 09:12:38 UTC

[GitHub] nvlsianpu opened a new issue #1397: fs: nffs: during inode update the file name might be corrupted

nvlsianpu opened a new issue #1397: fs: nffs: during inode update the file name might be corrupted
URL: https://github.com/apache/mynewt-core/issues/1397
 
 
   While inode is updated it is possible that Garbage Collection
   is called which caused overwrite of inode's filename as the same
   buffer was used to keep the filename and copping data in GC.
   
   bug was spoted in zephyr copy of nffs: https://github.com/zephyrproject-rtos/zephyr/issues/9749
   
   Patch is here: https://github.com/apache/mynewt-nffs/pull/9

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services