Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 25 Apr 2017 21:20:52 +0300
From: Georgi Chorbadzhiyski <gf@...xsol.org>
To: musl@...ts.openwall.com
Cc: Stefan Sedich <stefan.sedich@...il.com>
Subject: Re: [PATCH v2] Add RES_OPTIONS support for resolv.conf options
 overriding

On 4/25/17 8:02 PM, Stefan Sedich wrote:
> +	char *res_opts_env;
> +	if (!libc.secure) res_opts_env = getenv("RES_OPTIONS");
> +	if (res_opts_env) {

It seems to me that 'res_opts_env' is not guaranteed to be initialized
in case libc.secure is set.

> +		__parse_resolv_opts(conf, res_opts_env);
> +	}
> +
>  	return 0;
>  }

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.