rpms/vsftpd/F-8 vsftpd-2.0.4-filter.patch, 1.1, 1.2 vsftpd.spec, 1.66, 1.67

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


Author: mnagy

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

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-20
- 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-8/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:08 -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-8/vsftpd.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- vsftpd.spec	29 Aug 2007 04:53:04 -0000	1.66
+++ vsftpd.spec	21 May 2008 13:51:08 -0000	1.67
@@ -3,7 +3,7 @@
 Summary: Very Secure Ftp Daemon
 Name: vsftpd
 Version: 2.0.5
-Release: 19%{?dist}
+Release: 20%{?dist}
 License: GPL
 Group: System Environment/Daemons
 URL: http://vsftpd.beasts.org/
@@ -156,6 +156,9 @@
 %{_var}/ftp
 
 %changelog
+* Wed May 21 2008 Martin Nagy <mnagy at redhat.com> - 2.0.5-20
+- fix a small memory leak (#397011)
+
 * Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.0.5-19
 - Rebuild for selinux ppc32 issue.
 




More information about the fedora-extras-commits mailing list