Subject: Re: kern/32842: SCM_RIGHTS can leak file descriptor resources
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Christian Biere <christianbiere@gmx.de>
List: netbsd-bugs
Date: 02/15/2006 10:00:04
The following reply was made to PR kern/32842; it has been noted by GNATS.

From: Christian Biere <christianbiere@gmx.de>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: kern/32842: SCM_RIGHTS can leak file descriptor resources
Date: Wed, 15 Feb 2006 11:01:06 +0100

 Christian Biere wrote:
 >  +	if (control)
 >  +		m_freem(control);
 
 FWIIW, I tested it and it doesn't fix the issue. The other BSDs
 don't free "control" either so my patch is probably wrong.
 
 -- 
 Christian