[Bug 277237] fatblock() should call ulmin() rather than min()

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 23 Feb 2024 17:38:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277237

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

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

commit 0085afdceb17cb7d4e41f9073299f688372c6a0f
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-02-23 17:30:10 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-02-23 17:37:52 +0000

    fs/msdosfs fatblock: use ulmin() rather than min()

    to avoid truncation of pmp->pm_FATsecs.

    Submitted by:   Robert Morris <rtm@lcs.mit.edu>
    PR:     277237
    MFC after:      1 week

 sys/fs/msdosfs/msdosfs_fat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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