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] dlfcn: do not mark dlopen/dlclose as leaf functions


On 08/26/2013 01:46 PM, Mike Frysinger wrote:
> On Monday 26 August 2013 12:40:05 Joseph S. Myers wrote:
>> On Mon, 26 Aug 2013, Mike Frysinger wrote:
>>> Since the dlopen funcs might invoke a constructor that is in the same
>>> compilation unit as the caller, we cannot mark them as leaf funcs.
>>>
>>> Similarly, dlclose might invoke a destructor that is in the same
>>> compilation unit as the caller.
>>
>> If this is fixing a user-visible bug that was present in a glibc release,
>> there should be a bug report and a [BZ #N] number.
> 
> the user reported it on libc-help.  i don't think there is a BZ # for it.  i 
> can make one.

Please do, that way we can reopen the bug if the future if we have problems,
and track this specific issue there. Please feel free to make it a one liner
with links to the libc-help discussion.

Cheers,
Carlos.


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