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: PING: [PATCH] [BZ #18410]: Incorrect handling of missing DT_PLTRELSZ


> > -    if (__glibc_unlikely (consider_profiling))
> > +    if (__glibc_unlikely (consider_profiling
> > +                         && l->l_info[DT_PLTRELSZ] != NULL))

Put __glibc_unlikely just around consider_profiling.
OK with that change.


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