Re: [PATCH] lib/relocator: Fix OOB write when initializing lo->freebytes[]

2023-06-22 Thread Vladimir 'phcoder' Serbinenko
Reviewedby: Vladimir Serbinenko Le ven. 23 juin 2023, 00:09, Daniel Kiper a écrit : > Fixes: CID 96636 > > Signed-off-by: Daniel Kiper > --- > grub-core/lib/relocator.c | 8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/grub-core/lib/relocator.c b/grub-core/lib/r

[PATCH] lib/relocator: Fix OOB write when initializing lo->freebytes[]

2023-06-22 Thread Daniel Kiper
Fixes: CID 96636 Signed-off-by: Daniel Kiper --- grub-core/lib/relocator.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/grub-core/lib/relocator.c b/grub-core/lib/relocator.c index 568fc0b8f..e0478ae5b 100644 --- a/grub-core/lib/relocator.c +++ b/grub-core/lib/reloc