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] locale: don't crash if locale-archive is an empty file


On Fri, Nov 29, 2013 at 04:39:21PM +0100, Aurelien Jarno wrote:
>  
> +  if (__builtin_expect (head->namehash_size == 0, 0))

Shouldn't this be __glibc_unlikely(head->namehash_size == 0) in the
new world order?

... Adam


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