mirror of https://github.com/mirror/busybox.git
ftpd: free allocated string on error path
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_21_stable
parent
3bb858765e
commit
e1db338a51
|
@ -927,6 +927,7 @@ handle_upload_common(int is_append, int is_unique)
|
|||
|| fstat(local_file_fd, &statbuf) != 0
|
||||
|| !S_ISREG(statbuf.st_mode)
|
||||
) {
|
||||
free(tempname);
|
||||
WRITE_ERR(FTP_UPLOADFAIL);
|
||||
if (local_file_fd >= 0)
|
||||
goto close_local_and_bail;
|
||||
|
|
Loading…
Reference in New Issue