On 3/13/26 08:14, Ilias Apalodimas wrote:
On Wed, 11 Mar 2026 at 19:30, Heinrich Schuchardt
<[email protected]> wrote:
The value of buf->length comes from outside U-Boot and may be incorrect.
We must avoid to overrun our internal buffer for excessive values.
If buf->length is shorter than the variable file header, the variable
file is invalid.
Signed-off-by: Heinrich Schuchardt <[email protected]>
---
Reviewed-by: Ilias Apalodimas <[email protected]>
Tested-by: Michal Simek <[email protected]>
Thanks,
Michal