Package: libselinux
Version: 1.24-4

I'm not sure if this bug is appropiate or not but, based on bug
#324017 report it might be appropiate to add this change to SElinux:

--- freecon.c.orig      2005-08-21 02:54:43.000000000 +0200
+++ freecon.c   2005-08-21 02:55:19.000000000 +0200
@@ -5,6 +5,7 @@

 void freecon(security_context_t con)
 {
-       free(con);
+       if (con != NULL)
+               free(con);
 }
 hidden_def(freecon)


I'm not all that knowledgeable about SElinux so feel free to discard
this bug if you don't believe it's appropiate there.

Regards

Javier

Attachment: signature.asc
Description: Digital signature

Reply via email to