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

-- 
Joseph S. Myers
joseph@codesourcery.com


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