Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2006 14:50:25 GMT
From:      Dmitry Karasik <dmitry@karasik.eu.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/103312: dlsym(NULL,) doesn't work properly
Message-ID:  <200609181450.k8IEoP9S065512@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/103312; it has been noted by GNATS.

From: Dmitry Karasik <dmitry@karasik.eu.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/103312: dlsym(NULL,) doesn't work properly
Date: Mon, 18 Sep 2006 16:45:53 +0200

 I've been digging myself for a workaround and realized that the problem is
 based on my assumption that for the main executable, results of dlsym(NULL,...)
 and dlsym(dlopen(NULL),...) should be identical. Now, I'm not that sure if this
 should actually be true. If it should, please let me know so I can try to fix
 this myself; otherwise please close the PR.
 
 -- 
 Sincerely,
 	Dmitry Karasik
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609181450.k8IEoP9S065512>