commit | 0d532e911cb7e67e151153289024183bc4f5b257 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Oct 02 06:58:00 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Oct 06 14:09:41 2018 -0400 |
tree | cf3b415d7eb6ded438a95e1d16a2bfa2095eb0b0 | |
parent | 46580f2fd569946f711af63002e2628b9ff109e3 [diff] |
fs: fat: memory leak in fat_unlink() Do not leak filename_copy in case of error. Catch out of memory when calling strdup. Reported-by: Coverity (CID: 184086) Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>