PERFORCE change 107175 for review

Todd Miller millert at FreeBSD.org
Tue Oct 3 07:35:38 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=107175

Change 107175 by millert at millert_macbook on 2006/10/03 14:33:32

	Fix a memory leak on an error path

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/policycoreutils/setfiles/setfiles.c#3 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/policycoreutils/setfiles/setfiles.c#3 (text+ko) ====

@@ -332,6 +332,7 @@
 				"%s: %s not reset customized by admin to %s\n",
 				progname, my_file, context);
 		}
+		freecon(context);
 		goto out;
 	}
 


More information about the trustedbsd-cvs mailing list