commit | f105fe7bc5ed6b6075f258eb54ea36c11a963f7b | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Oct 02 09:30:45 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Oct 06 14:09:41 2018 -0400 |
tree | e82a6f2239637c059ecf15467180306124dcb23f | |
parent | 0d532e911cb7e67e151153289024183bc4f5b257 [diff] |
fs: fat: fix set_cluster() Avoid CoverityScan warning SIGN_EXTENSION by changing the type of parameter size of set_cluster(). Avoid leaking stack content when writing an incomplete last sector. Reported-by: Coverity (CID: 184096) Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>