Your message dated Sun, 21 Aug 2005 03:22:21 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Dumb bug, please forget
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 21 Aug 2005 01:04:29 +0000
>From [EMAIL PROTECTED] Sat Aug 20 18:04:29 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 148.red-213-96-98.pooles.rima-tde.net (javifsp.no-ip.org) 
[213.96.98.148] (Debian-exim)
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E6eGD-0006yB-00; Sat, 20 Aug 2005 18:04:29 -0700
Received: from jfs by javifsp.no-ip.org with local (Exim 4.52)
        id 1E6eGB-00037r-M3
        for [EMAIL PROTECTED]; Sun, 21 Aug 2005 03:04:27 +0200
Date: Sun, 21 Aug 2005 03:04:27 +0200
From: Javier =?iso-8859-1?Q?Fern=E1ndez-Sanguino_Pe=F1a?= <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: libselinux: Freecon will free() NULL pointers?
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="aVD9QWMuhilNxW9f"
Content-Disposition: inline
User-Agent: Mutt/1.5.10i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02


--aVD9QWMuhilNxW9f
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

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

--aVD9QWMuhilNxW9f
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDB9MbsandgtyBSwkRAh1bAJ9ZX2rFW0iUlaL1tAMVloKsPJ+rvACfa7MD
JMdD5vdoC06u8loEKxcaQdo=
=MYtP
-----END PGP SIGNATURE-----

--aVD9QWMuhilNxW9f--

---------------------------------------
Received: (at 324215-close) by bugs.debian.org; 21 Aug 2005 01:22:23 +0000
>From [EMAIL PROTECTED] Sat Aug 20 18:22:23 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 148.red-213-96-98.pooles.rima-tde.net (javifsp.no-ip.org) 
[213.96.98.148] (Debian-exim)
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E6eXX-0006Ox-00; Sat, 20 Aug 2005 18:22:23 -0700
Received: from jfs by javifsp.no-ip.org with local (Exim 4.52)
        id 1E6eXV-0003N6-L6
        for [EMAIL PROTECTED]; Sun, 21 Aug 2005 03:22:21 +0200
Date: Sun, 21 Aug 2005 03:22:21 +0200
From: Javier =?iso-8859-1?Q?Fern=E1ndez-Sanguino_Pe=F1a?= <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Dumb bug, please forget
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="/2994txjAzEdQwm5"
Content-Disposition: inline
User-Agent: Mutt/1.5.10i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02


--/2994txjAzEdQwm5
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline


I'm obtuse at night and don't think clearly. This bug is nonsense and
I'm closing it before I get laughed off.

Javier

--/2994txjAzEdQwm5
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDB9dNsandgtyBSwkRAkKEAJ9I+PYc6+pSo81kxP725vEchj3aPQCaAm+o
DtWw7KZHg382UBhY7zSxI10=
=LhQl
-----END PGP SIGNATURE-----

--/2994txjAzEdQwm5--


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to