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] Fix crashes on invalid input in IBM gconv modules [BZ #17325]


On Fri, Aug 29, 2014 at 04:32:24PM +0200, Florian Weimer wrote:
> On 08/29/2014 03:33 PM, Andreas Schwab wrote:
> >Florian Weimer <fweimer@redhat.com> writes:
> >
> >>+	if (__builtin_expect (rp2->start == 0xffff, 0)			      \
> >
> >Please use either this
> >
> >>+	if (__builtin_expect (ch == 0xffff, 0)				      \
> >
> >or this consistently.
> 
> Oops, you are right.  I went with the first variant, as in the original fix.
> 
> Retested successfully.
> 
> Allan, is this okay for master at this stage?
> 
Anyway when we go for consistency wouldn't be better just use
libc_likely/unlikely?


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