Commits
Heinrich Schuchardt committed 0d532e911cb
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>