de-nordic opened a new pull request #72: fs_mgmt: Fix file download for Zephyr URL: https://github.com/apache/mynewt-mcumgr/pull/72 File download worked only for files small enough to fit into small mcumgr buffer, dedicated for CBOR encoding. Because file read buffer size is independent from the size of CBOR encoding buffer and part of CBOR buffer is used outside of control of download backend, it could happen that the chunk read could not fit into actual free space left within CBOR buffer, automatically failing the download. Signed-off-by: Dominik Ermel <[email protected]> This is alternative, less code invasive, solution to https://github.com/apache/mynewt-mcumgr/pull/65 which does compile time, instead of run time, compilation.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
