[PATCH] Set NODELETE flag after checking for NULL pointer
Florian Weimer
fweimer@redhat.com
Fri Mar 11 18:56:00 GMT 2016
On 03/11/2016 07:43 PM, Aurelien Jarno wrote:
> On 2016-03-11 19:33, Florian Weimer wrote:
>> On 03/11/2016 07:30 PM, Aurelien Jarno wrote:
>>> The commit b632bdd3 moved the setting of the DF_1_NODELETE flag earlier
>>> in the dl_open_worker function. However when calling dlopen with both
>>> RTLD_NODELETE and RTLD_NOLOAD (which in practice also requires
>>> RTLD_LAZY), the pointer returned by _dl_map_object is NULL. This
>>> condition is checked just after setting the flag, while it should be
>>> done before. Fix that.
>>
>> How hard is it to create a test case for this?
>
> That should be relatively easy I guess. If the patch makes sense, I can
> try to add one.
The change looks reasonable and correct to me, but the dynamic linker
scares me Â…
Thanks,
Florian
More information about the Libc-alpha
mailing list