mirror of
https://github.com/apache/nuttx.git
synced 2025-12-09 03:33:51 +08:00
- When opening a NFS file in append mode, its file pointer was at offset 0 instead of the end of file. - When creating a NFS file, the response read pointer wasn't advanced after reading the attributes_follows bool, which caused the attributes to be off by 4 bytes. For example, the file size read the GID. Signed-off-by: Alejandro Aguirre <alejandro.aguirre@midokura.com>