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] Consolidate link map sorting


On 11/13/2017 04:49 PM, Andreas Schwab wrote:
+  /* We can skip looking for the binary itself which is at the front of
+     the search list.  */
+  _dl_sort_maps (&l_initfini[1], nlist - 1, NULL, false);

I'm still reviewing this. Sorry for taking so long. The following question isn't related to the cleanup as such.

Is the comment really correct? I wonder if skipping the binary itself here causes this bug:

  <https://sourceware.org/bugzilla/show_bug.cgi?id=20972>

Thanks,
Florian


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