[Bug 284563] Holes in struct rtld_utrace

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 05 Feb 2025 10:34:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284563

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=e917958c36670131ab42e8f2c849b708a3216e37

commit e917958c36670131ab42e8f2c849b708a3216e37
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2025-02-04 22:33:11 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2025-02-05 10:33:29 +0000

    rtld: clear any holes in the struct utrace_rtld passed to kernel logger

    This should avoid an (almost) false positive from Valgrind, by filling
    the padding on LP64.

    PR:     284563
    Reported by:    Paul Floyd <pjfloyd@wanadoo.fr>
    Reviewed by:    emaste
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
    Differential revision:  https://reviews.freebsd.org/D48854

 libexec/rtld-elf/rtld.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.