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] Use IE model for static variables in glibc


On 07/09/2015 07:43 PM, OndÅej BÃlka wrote:
>> The impact is hence limited to statically linked binaries that dlopen
>> modules that in turn load libc.so, all that on arm hardware.  It seems
>> like a small enough impact to justify fixing the larger problem that
>> currently affects everything everywhere.
>>
> If we are at dlopen what happens if user uses older glibc version?

That is an unsupported scenario.

You must only dlopen a runtime that exactly matches the runtime you
were statically linked with.

Anything other than that is not supported.
 
Cheers,
Carlos.
 


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