rpms/libselinux/devel libselinux-rhat.patch,1.191,1.192

Daniel J Walsh dwalsh at fedoraproject.org
Fri Apr 3 14:05:52 UTC 2009


Author: dwalsh

Update of /cvs/extras/rpms/libselinux/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25294

Modified Files:
	libselinux-rhat.patch 
Log Message:
* Fri Apr 3 2009 Dan Walsh <dwalsh at redhat.com> - 2.0.79-6
- Fix Memory Leak


libselinux-rhat.patch:

Index: libselinux-rhat.patch
===================================================================
RCS file: /cvs/extras/rpms/libselinux/devel/libselinux-rhat.patch,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- libselinux-rhat.patch	3 Apr 2009 12:58:06 -0000	1.191
+++ libselinux-rhat.patch	3 Apr 2009 14:05:22 -0000	1.192
@@ -265,7 +265,7 @@
  			    "%s:  line %d is missing fields, skipping\n", path,
  			    lineno);
 +		if (items == 1)
-+			freee(regex);
++			free(regex);
  		return 0;
  	} else if (items == 2) {
  		/* The type field is optional. */




More information about the scm-commits mailing list