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: Tunables for 2.23?


On Fri, Jan 08, 2016 at 03:20:37AM +0100, Andi Kleen wrote:
> diff --git a/tunables/tunables.c b/tunables/tunables.c
> index 6e5aaa9..e8a5690 100644
> --- a/tunables/tunables.c
> +++ b/tunables/tunables.c
> @@ -182,7 +182,7 @@ tunable_register (tunable_id_t id, tunable_setter_t set_func, char **envp)
>    tunable_t *cur = &tunable_list[id];
>  
>    cur->set = set_func;
> -  if (cur->val != NULL)
> +  if (cur->val != NULL && *cur->val)
>      {
>        set_func (cur->val);
>        cur->initialized = true;
> 
> 

Thanks, someone (Dmitry Levine, or was it Aureliene Jarno?) had
pointed this out to me at the Cauldron last year and I had fixed it in
my local copy.  I'll push my updated patches today, which should have
this change.

Siddhesh


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