]> git.dujemihanovic.xyz Git - u-boot.git/commit
mcheck: Use memset/memcpy instead of MALLOC_ZERO/MALLOC_COPY for mcheck.
authorEugene Uriev <eugeneuriev@gmail.com>
Sun, 31 Mar 2024 20:03:20 +0000 (23:03 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 12 Apr 2024 22:23:06 +0000 (16:23 -0600)
commitdfba071ddc3e609e61770b34ab0115fbce05edb2
tree8a1dc4ae9d6882ff74dd0729d2e78a76acc1bb74
parentc82ff481159d2cf7e637c709df84883e09bba588
mcheck: Use memset/memcpy instead of MALLOC_ZERO/MALLOC_COPY for mcheck.

These fast helpers sometimes breach mem-chunk boundaries.
Thus they trigger mcheck alarm. Standard ones are accurate though.

Signed-off-by: Eugene Uriev <eugeneuriev@gmail.com>
common/dlmalloc.c