]> git.baikalelectronics.ru Git - uboot.git/commit
test: test truncation in snprintf()
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 15 Nov 2021 18:06:55 +0000 (19:06 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 20 Nov 2021 09:53:00 +0000 (10:53 +0100)
commit800f818f047d56ae25494de39a4815b67e01bacf
tree45edaf67133dee5b076304f5f5beb0bdee8e8f05
parenta55a13e2db4fabdfa8e4808c042ca73762bab00a
test: test truncation in snprintf()

Test that the return value of snprintf() is correct in the case of
truncation.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/print_ut.c