Re: [PATCH v5 1/7] net: wget: prevent overwriting reserved memory

2023-10-06 Thread Ramon Fried
On Wed, Sep 27, 2023 at 12:37 PM Masahisa Kojima wrote: > > This introduces the valid range check to store the received > blocks using lmb. The same logic is implemented in tftp. > > Signed-off-by: Masahisa Kojima > Acked-by: Ilias Apalodimas > Reviewed-by: Simon Glass > --- > net/wget.c | 80

[PATCH v5 1/7] net: wget: prevent overwriting reserved memory

2023-09-27 Thread Masahisa Kojima
This introduces the valid range check to store the received blocks using lmb. The same logic is implemented in tftp. Signed-off-by: Masahisa Kojima Acked-by: Ilias Apalodimas Reviewed-by: Simon Glass --- net/wget.c | 80 +- 1 file changed, 73