rpms/autofs/devel autofs-5.0.3-fix-ifc-buff-size.patch, 1.1, 1.2 autofs.spec, 1.255, 1.256

Ian Kent iankent at fedoraproject.org
Tue Nov 11 05:56:12 UTC 2008


Author: iankent

Update of /cvs/pkgs/rpms/autofs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6666

Modified Files:
	autofs-5.0.3-fix-ifc-buff-size.patch autofs.spec 
Log Message:
* Tue Nov 11 2008 Ian Kent <kent at redhat.com> - 5.0.3-32
- correct buffer length setting in autofs-5.0.3-fix-ifc-buff-size-fix.patch.


autofs-5.0.3-fix-ifc-buff-size.patch:

Index: autofs-5.0.3-fix-ifc-buff-size.patch
===================================================================
RCS file: /cvs/pkgs/rpms/autofs/devel/autofs-5.0.3-fix-ifc-buff-size.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- autofs-5.0.3-fix-ifc-buff-size.patch	25 Aug 2008 04:47:37 -0000	1.1
+++ autofs-5.0.3-fix-ifc-buff-size.patch	11 Nov 2008 05:56:06 -0000	1.2
@@ -45,7 +45,7 @@
 +			return 0;
 +		}
 +
-+		ifc->ifc_len = sizeof(buf);
++		ifc->ifc_len = len;
 +		ifc->ifc_req = (struct ifreq *) buf;
 +
 +		ret = ioctl(sock, SIOCGIFCONF, ifc);


Index: autofs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/autofs/devel/autofs.spec,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -r1.255 -r1.256
--- autofs.spec	2 Nov 2008 02:27:21 -0000	1.255
+++ autofs.spec	11 Nov 2008 05:56:09 -0000	1.256
@@ -4,7 +4,7 @@
 Summary: A tool for automatically mounting and unmounting filesystems
 Name: autofs
 Version: 5.0.3
-Release: 30
+Release: 32
 Epoch: 1
 License: GPLv2+
 Group: System Environment/Daemons
@@ -221,6 +221,9 @@
 %{_libdir}/autofs/
 
 %changelog
+* Tue Nov 11 2008 Ian Kent <kent at redhat.com> - 5.0.3-32
+- correct buffer length setting in autofs-5.0.3-fix-ifc-buff-size-fix.patch.
+
 * Sun Nov 2 2008 Ian Kent <kent at redhat.com> - 5.0.3-30
 - fix segv during library re-open.
 - fix incorrect pthreads condition handling for expire requests.




More information about the fedora-extras-commits mailing list