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 1/3] nss: Handle __tsearch out of memory case in __nss_lookup_function


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


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