commit | 454e3d90302d52b619e6df7ebbe716964cee016e | [log] [tgz] |
---|---|---|
author | Stefan Brüns <stefan.bruens@rwth-aachen.de> | Sun Sep 11 22:51:42 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 23 08:55:58 2016 -0400 |
tree | 0a3b6842212e744950922c66cf48d65870350e60 | |
parent | ae1755be37e3d51af631ff2df12189c9fdc3e1d7 [diff] |
cmd/fat: Do not crash on write when <bytes> is not specified argc is checked, but is off by one. In case <bytes> is not specified, create an empty file, which is identical to the ext4write behaviour. Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de> Reviewed-by: Simon Glass <sjg@chromium.org>