commit | b2242f67071ac6eb1492c7ebe95516b448bd98be | [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 | 81b19d7dcc39e368a37bb79c5ffc29db39a2a43e [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>