Hi Richard,
On Fri, 2 Aug 2024 at 04:08, Richard Weinberger wrote:
>
> Since U-Boot does not support memory overcommit we can
> enforce that the allocation size is within the malloc area.
> This is a simple and efficient hardening measure to mitigate
> further integer overflows in dlmalloc.
>
> S
Since U-Boot does not support memory overcommit we can
enforce that the allocation size is within the malloc area.
This is a simple and efficient hardening measure to mitigate
further integer overflows in dlmalloc.
Signed-off-by: Richard Weinberger
---
common/dlmalloc.c | 9 ++---
1 file cha
2 matches
Mail list logo