rpms/vsftpd/F-7 vsftpd-2.0.4-filter.patch, 1.1, 1.2 vsftpd.spec, 1.63, 1.64

Martin Nagy (mnagy) fedora-extras-commits at redhat.com
Wed May 21 13:52:02 UTC 2008


Author: mnagy

Update of /cvs/extras/rpms/vsftpd/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14302

Modified Files:
	vsftpd-2.0.4-filter.patch vsftpd.spec 
Log Message:
* Wed May 21 2008 Martin Nagy <mnagy at redhat.com> - 2.0.5-17
- fix a small memory leak (#397011)


vsftpd-2.0.4-filter.patch:

Index: vsftpd-2.0.4-filter.patch
===================================================================
RCS file: /cvs/extras/rpms/vsftpd/F-7/vsftpd-2.0.4-filter.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vsftpd-2.0.4-filter.patch	28 Aug 2006 15:46:01 -0000	1.1
+++ vsftpd-2.0.4-filter.patch	21 May 2008 13:51:09 -0000	1.2
@@ -54,7 +54,7 @@
 +void
 +str_basename (struct mystr* d_str, const struct mystr* path)
 +{
-+  struct mystr tmp = INIT_MYSTR;
++  static struct mystr tmp;
 +
 +  str_copy (&tmp, path);
 +  str_split_char_reverse(&tmp, d_str, '/');


Index: vsftpd.spec
===================================================================
RCS file: /cvs/extras/rpms/vsftpd/F-7/vsftpd.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- vsftpd.spec	4 Apr 2007 13:13:55 -0000	1.63
+++ vsftpd.spec	21 May 2008 13:51:09 -0000	1.64
@@ -3,7 +3,7 @@
 Summary: Very Secure Ftp Daemon
 Name: vsftpd
 Version: 2.0.5
-Release: 16%{?dist}
+Release: 17%{?dist}
 License: GPL
 Group: System Environment/Daemons
 URL: http://vsftpd.beasts.org/
@@ -154,6 +154,9 @@
 %{_var}/ftp
 
 %changelog
+* Wed May 21 2008 Martin Nagy <mnagy at redhat.com> - 2.0.5-17
+- fix a small memory leak (#397011)
+
 * Wed Apr 04 2007 Maros Barabas <mbarabas at redhat.com> - 2.0.5-16
 - Merge review: - fix using %%{_var}, %%{_sbindir} and 
                   %%{_sysconfigdir} macros for files and install




More information about the fedora-extras-commits mailing list