Tunables for 2.23?
Siddhesh Poyarekar
sid@reserved-bit.com
Fri Jan 8 05:45:00 GMT 2016
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
More information about the Libc-alpha
mailing list