From: Paul F. <pa...@so...> - 2024-11-03 11:01:27
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=902663c2253d00f7066e0706256cb1f9498dff77 commit 902663c2253d00f7066e0706256cb1f9498dff77 Author: Paul Floyd <pj...@wa...> Date: Sun Nov 3 12:00:52 2024 +0100 FreeBSD regtest: spaces not quite right in scalar fakes Diff: --- memcheck/tests/freebsd/scalar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/memcheck/tests/freebsd/scalar.c b/memcheck/tests/freebsd/scalar.c index 7ad3099a04..65348c232a 100644 --- a/memcheck/tests/freebsd/scalar.c +++ b/memcheck/tests/freebsd/scalar.c @@ -2427,7 +2427,7 @@ int main(void) FAKE_SY(" ...\n"); FAKE_SY("\n"); FAKE_SY("Syscall param kcmp(idx2) contains uninitialised byte(s)\n"); - FAKE_SY(" ...\n"); + FAKE_SY(" ...\n"); FAKE_SY("\n"); #endif @@ -2448,7 +2448,7 @@ int main(void) FAKE_SY("\n"); FAKE_SY("Syscall param getrlimitusage(res) points to unaddressable byte(s)\n"); FAKE_SY(" ...\n"); - FAKE_SY(" Address 0x........ is not stack'd, malloc'd or (recently) free'd\n"); + FAKE_SY(" Address 0x........ is not stack'd, malloc'd or (recently) free'd\n"); FAKE_SY("\n"); #endif |