[PATCH 1/3] nss: Handle __tsearch out of memory case in __nss_lookup_function

Marek Polacek mpolacek@redhat.com
Thu Sep 15 14:32:00 GMT 2011


On 09/15/2011 03:56 PM, Jiri Olsa wrote:
> 2011-09-15  Jiri Olsa <jolsa@redhat.com>

			^^ Two spaces here.

> -  if (*found != &fct_name)
> +  if (! found)
	
     if (found == NULL)

	Marek



More information about the Libc-alpha mailing list