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][BZ #18778] Clear DF_1_NODELETE flag only for dlopen failed library.


On 04/09/15 12:36, Florian Weimer wrote:
On 09/04/2015 11:32 AM, Maxim Ostapenko wrote:
On 04/09/15 12:24, Florian Weimer wrote:
On 08/10/2015 01:56 PM, Maxim Ostapenko wrote:

This patch fixes BZ #18778 issue by moving l->l_flags_1 &=
~DF_1_NODELETE out of loop through all loaded libraries and performs
this action only on inconsistent one.

No regressions on x86_64-unknown-linux-gnu, testcase is attached, OK for
master?
This patch deletes elf/tst-znodelete-zlib.cc.  Is this intentional?


Yeah, according to this Andreas's comment, I've deleted it.

Pavel Kopyl <p.kopyl@samsung.com> writes:
   elf/tst-znodelete-zlib.cc     |    6 +++++
That file is not used anywhere.
Andreas.
Perhaps I just forgot to mention this in CL and commit message. Did you
meet some problem here?
No, I just noticed the ChangeLog inconsistency.  I've committed the
attached patch to address that.


Oh, sorry for inconvenience. Thanks!


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