SPRESENSE opened a new pull request #1442:
URL: https://github.com/apache/incubator-nuttx/pull/1442


   
   ## Summary
   
   If a existing file is opened with overwriting mode e.g. fopen(file, "w+"),
   the file size will be incorrect after writing any data to the file.
   This bug is caused by previous commit 10903b5, and its changes should be
   limited to only O_APPEND mode.
   
   ## Impact
   
   All of the systems using SmartFS.
    
   ## Testing
   
   Call fopen and check it's file size on Spresense board.
   
   


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

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


Reply via email to