commit | 9fb8db4c6795f86a5336d51ba0079ac5735fd6f5 | [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 | b2242f67071ac6eb1492c7ebe95516b448bd98be [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>