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 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.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


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