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:04:31 UTC

[GitHub] nvlsianpu opened a new pull request #9: bugfix: during inode update the file name might be corrupted

nvlsianpu opened a new pull request #9: bugfix: during inode update the file name might be corrupted
URL: https://github.com/apache/mynewt-nffs/pull/9
 
 
   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.
   
   This patch uses buffer on the stack for keeping filename while inode
   is updated which fix the issue.
   
   The patch cause 256 B increase of stack consumption.
   
   Signed-off-by: Andrzej Puzdrowski <an...@nordicsemi.no>

----------------------------------------------------------------
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