[Bug 287679] md(4) assigns non-unique GEOM::ident to vnode-based disks

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 25 Jun 2025 22:32:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287679

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

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

commit 5286b96c56ff5aa3c1cee824ab8564f0ffffc381
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2025-06-25 21:12:33 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2025-06-25 21:20:45 +0000

    md: Use a larger buffer for the ident string

    With the old size, the string could easily be truncated, resulting in
    non-unique identifiers.

    PR:             287679
    Reported by:    Phil Krylov <phil@krylov.eu>
    Reviewed by:    kib
    MFC after:      2 weeks

 sys/dev/md/md.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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