rpms/wpa_supplicant/F-8 wpa_supplicant-fix-deprecated-dbus-function.patch, 1.1, 1.2 wpa_supplicant.spec, 1.44, 1.45

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Tue Mar 4 15:09:49 UTC 2008


Author: dcbw

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

Modified Files:
	wpa_supplicant-fix-deprecated-dbus-function.patch 
	wpa_supplicant.spec 
Log Message:
* Tue Mar  4 2008 Dan Williams <dcbw at redhat.com> - 0.5.10-2
- Fix a potential use-after-free in the D-Bus byte array demarshalling code



wpa_supplicant-fix-deprecated-dbus-function.patch:

Index: wpa_supplicant-fix-deprecated-dbus-function.patch
===================================================================
RCS file: /cvs/extras/rpms/wpa_supplicant/F-8/wpa_supplicant-fix-deprecated-dbus-function.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wpa_supplicant-fix-deprecated-dbus-function.patch	15 Mar 2007 18:48:00 -0000	1.1
+++ wpa_supplicant-fix-deprecated-dbus-function.patch	4 Mar 2008 15:09:40 -0000	1.2
@@ -65,7 +65,7 @@
 +	/* Zero-length arrays are valid. */
 +	if (entry->array_len == 0) {
 +		free(entry->bytearray_value);
-+		entry->strarray_value = NULL;
++		entry->bytearray_value = NULL;
 +	}
 +
  	success = TRUE;


Index: wpa_supplicant.spec
===================================================================
RCS file: /cvs/extras/rpms/wpa_supplicant/F-8/wpa_supplicant.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- wpa_supplicant.spec	3 Mar 2008 16:22:12 -0000	1.44
+++ wpa_supplicant.spec	4 Mar 2008 15:09:40 -0000	1.45
@@ -2,7 +2,7 @@
 Name: wpa_supplicant
 Epoch: 1
 Version: 0.5.10
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD
 Group: System Environment/Base
 Source0: http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
@@ -141,6 +141,9 @@
 %{_bindir}/wpa_gui
 
 %changelog
+* Tue Mar  4 2008 Dan Williams <dcbw at redhat.com> - 0.5.10-2
+- Fix a potential use-after-free in the D-Bus byte array demarshalling code
+
 * Sun Mar  2 2008 Dan Williams <dcbw at redhat.com> - 0.5.10-1
 - Update to latest stable release; remove upstreamed patches
 




More information about the fedora-extras-commits mailing list