This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Set NODELETE flag when opening already open objects with RTLD_NODELETE


On 07/16/2015 01:09 AM, Siddhesh Poyarekar wrote:
> On Thu, Jul 16, 2015 at 01:01:31AM -0400, Carlos O'Donell wrote:
>>> +  dlclose (h1);
>>> +  dlclose (h2);
>>
>> How does the test verify the object was not unloaded?
> 
> The *foo dereference will crash if the object was unloaded.  I have
> added a comment that says this and pushed it as obvious.
> 
>> Post v2?
> 
> I already committed it!

Thanks. Looks good to me.

c.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]