hal ChangeLog,1.303,1.304

David Zeuthen david at freedesktop.org
Sun Sep 19 07:47:30 PDT 2004


Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv28940

Modified Files:
	ChangeLog 
Log Message:
2004-09-19  David Zeuthen  <david at fubar.dk>

	Patch from Sjoerd Simons <sjoerd at luon.net>.

	* hald/linux/usb_bus_device.c (usb_proc_parse): usb_proc_parse()
	parses /proc/bus/usb/devices but never closes the FILE struct,
	which obviously leads to a fd leak. Fixed in attached patch.



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.303
retrieving revision 1.304
diff -u -d -r1.303 -r1.304
--- ChangeLog	19 Sep 2004 14:08:09 -0000	1.303
+++ ChangeLog	19 Sep 2004 14:47:28 -0000	1.304
@@ -1,5 +1,13 @@
 2004-09-19  David Zeuthen  <david at fubar.dk>
 
+	Patch from Sjoerd Simons <sjoerd at luon.net>.
+
+	* hald/linux/usb_bus_device.c (usb_proc_parse): usb_proc_parse()
+	parses /proc/bus/usb/devices but never closes the FILE struct,
+	which obviously leads to a fd leak. Fixed in attached patch.
+
+2004-09-19  David Zeuthen  <david at fubar.dk>
+
 	Patch from Alexander Larsson <alexl at redhat.com>. It seems that
 	some models of cd-rw drives doesn't seem to support the GET
 	CONFIGURATION command. At least mine returns sense 5h. However, to




More information about the hal-commit mailing list