[Bug 284563] Holes in struct rtld_utrace

2025-02-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284563 Mark Johnston changed: What|Removed |Added Assignee|b...@freebsd.org|k...@freebsd.org Statu

[Bug 284563] Holes in struct rtld_utrace

2025-02-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284563 --- Comment #3 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=e917958c36670131ab42e8f2c849b708a3216e37 commit e917958c36670131ab42e8f2c849b708a3216e37 Author:

[Bug 284563] Holes in struct rtld_utrace

2025-02-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284563 --- Comment #2 from Paul Floyd --- (In reply to Konstantin Belousov from comment #1) You're right, I was too quick looking at the struct. Here is the pahole output struct utrace_rtld { char sig[4];

[Bug 284563] Holes in struct rtld_utrace

2025-02-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284563 --- Comment #1 from Konstantin Belousov --- The name[] member does not need alignment. Regardless, would clearing the whole structure memory helps Valgrind? https://reviews.freebsd.org/D48854 -- You are receiving this mail because: You a

[Bug 284563] Holes in struct rtld_utrace

2025-02-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284563 Bug ID: 284563 Summary: Holes in struct rtld_utrace Product: Base System Version: 14.2-RELEASE Hardware: Any OS: Any Status: New Severity: Affects O