Re: [PATCH] module: increase dirs array size by one

2020-04-10 Thread Paolo Bonzini
On 11/04/20 03:07, Bruce Rogers wrote: > With the module upgrades code change, the statically sized dirs array > can now overflow. Increase it's size by one, according to the new > maximum possible usage. > > Fixes: bd83c861c0 ("modules: load modules from versioned /var/run dir") > Signed-off-by:

[PATCH] module: increase dirs array size by one

2020-04-10 Thread Bruce Rogers
With the module upgrades code change, the statically sized dirs array can now overflow. Increase it's size by one, according to the new maximum possible usage. Fixes: bd83c861c0 ("modules: load modules from versioned /var/run dir") Signed-off-by: Bruce Rogers --- util/module.c | 2 +- 1 file cha