This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: [PATCH] Fix dl_close l_reldeps handling


Jakub Jelinek <jakub@redhat.com> writes:

> The attached testcase segfaults with current glibc. I guess it is quite
> obvious, the issue is that _dl_close uses `map' instead of `imap' pointer,
> which
> a) after map is freed points to freed memory
> b) even if that does work, we may add the same reldeps list several
>    times and some not at all, which means that some libraries may be
>    _dl_closed several times and if they get to zero l_opencount before
>    last _dl_close we have a problem again.

I've applied the patch.  Thanks,

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------


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