]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: lib: add test of memdup_nul()
authorRasmus Villemoes <ravi@prevas.dk>
Tue, 21 Apr 2026 07:54:39 +0000 (09:54 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 12 May 2026 21:38:00 +0000 (15:38 -0600)
commit8d209186a1e4aca4ec44745d05d51de7e80f7e3e
tree0bb112eec2e958580c26101a0e480543a4be4447
parent4ef201e607ebed2432ee929446e3fb9b57c53a54
test: lib: add test of memdup_nul()

Add a very basic test of the new memdup_nul() helper.

Signed-off-by: Rasmus Villemoes <ravi@prevas.dk>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/lib/string.c