[PATCH] locale: don't crash if locale-archive is an empty file

Adam Conrad adconrad@0c3.net
Sun Dec 1 03:13:00 GMT 2013


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



More information about the Libc-alpha mailing list