Date: Thu, 1 Oct 2009 01:01:56 GMT From: delphij@FreeBSD.org To: nectar@FreeBSD.org, delphij@FreeBSD.org, freebsd-bugs@FreeBSD.org, delphij@FreeBSD.org Subject: Re: conf/73337: [nsswitch.conf] [patch] potential invalid free Message-ID: <200910010101.n9111uj6080354@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: [nsswitch.conf] [patch] potential invalid free State-Changed-From-To: open->feedback State-Changed-By: delphij State-Changed-When: Thu Oct 1 00:59:45 UTC 2009 State-Changed-Why: I don't think this is a real issue and proposes to close the PR. The reasoning is: - _endstate are destructors called by thread key destructor; - when the destructor is registered, the program is threaded and the thread specific storage points to a dynamically allocated memory. - Thus, there is problem with the current implementation. Responsible-Changed-From-To: freebsd-bugs->delphij Responsible-Changed-By: delphij Responsible-Changed-When: Thu Oct 1 00:59:45 UTC 2009 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=73337
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910010101.n9111uj6080354>