forked from pool/vsftpd
5578944fcf
* Add patch vsftpd-ls-memleak.patch * Update patch vsftpd-path-normalize.patch - Fix wildcard ? matching bnc#969411 * Update patch vsftpd-2.3.4-sqb.patch OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=94
12 lines
328 B
Diff
12 lines
328 B
Diff
Index: vsftpd-2.0.7/ls.c
|
|
===================================================================
|
|
--- vsftpd-2.0.7.orig/ls.c
|
|
+++ vsftpd-2.0.7/ls.c
|
|
@@ -558,5 +559,6 @@ build_dir_line(struct mystr* p_str, cons
|
|
/* Filename */
|
|
str_append_str(p_str, p_filename_str);
|
|
str_append_text(p_str, "\r\n");
|
|
+ str_free(&s_tmp_str);
|
|
}
|
|
|